summaryrefslogtreecommitdiff
path: root/neural.c
diff options
context:
space:
mode:
Diffstat (limited to 'neural.c')
-rw-r--r--neural.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/neural.c b/neural.c
index 05e7c2b..2379056 100644
--- a/neural.c
+++ b/neural.c
@@ -116,7 +116,6 @@ static int read_data_file();
double
DoNNET(void)
{
-/* const char* context="CPU:NNET"; */ /* Since we never fprintf errors here, we don't need this */
clock_t total_time = 0;
int iterations = 0;
static bool is_adjusted = false;