summaryrefslogtreecommitdiff
path: root/neural.c
diff options
context:
space:
mode:
Diffstat (limited to 'neural.c')
-rw-r--r--neural.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/neural.c b/neural.c
index c482944..6cd3c89 100644
--- a/neural.c
+++ b/neural.c
@@ -117,7 +117,7 @@ static int read_data_file();
void
DoNNET(void)
{
- const char* context="CPU:NNET";
+/* const char* context="CPU:NNET"; */ /* Since we never fprintf errors here, we don't need this */
NNetStruct* locnnetstruct = &global_nnetstruct;
clock_t total_time = 0;
int iterations = 0;