summaryrefslogtreecommitdiff
path: root/neural.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-14 16:04:14 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-14 16:04:14 +0000
commit6da6277b77b5de3fa874ffd1989ef59a67ef39dd (patch)
treef13efe83ce2a550ae26b07b8c51a85eae73ae809 /neural.c
parentfdb0f96aa0254eb5864d34fb3ae734e178935a3f (diff)
Remove unneeded variables
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@33 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
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;