Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harley <tim.harley.uk@gmail.com>2014-03-06 20:15:04 +0400
committerTim Harley <tim.harley.uk@gmail.com>2014-03-06 20:15:04 +0400
commitc860cf103cd9bdd258f4e587fedf77ce6417e5de (patch)
treec0d83daaa23893ac6fcad504590971dd4aa08250 /Generator.c
parent4551291c87718cb9743bff0d8edb95023663e539 (diff)
Whitespace. Duplicate #define.
Diffstat (limited to 'Generator.c')
-rw-r--r--Generator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Generator.c b/Generator.c
index 2bdc674..7caf0ce 100644
--- a/Generator.c
+++ b/Generator.c
@@ -1,7 +1,5 @@
#include <general.h>
-#define torch_Generator "torch.Generator"
-
static const struct luaL_Reg torch_Generator_table_ [] = {
{NULL, NULL}
};