summaryrefslogtreecommitdiffstats
path: root/contrib/lua-torch/torch7/lib/TH/THBlas.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lua-torch/torch7/lib/TH/THBlas.h')
-rw-r--r--contrib/lua-torch/torch7/lib/TH/THBlas.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/lua-torch/torch7/lib/TH/THBlas.h b/contrib/lua-torch/torch7/lib/TH/THBlas.h
deleted file mode 100644
index 5fef0febc..000000000
--- a/contrib/lua-torch/torch7/lib/TH/THBlas.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef TH_BLAS_INC
-#define TH_BLAS_INC
-
-#include "THGeneral.h"
-
-#define THBlas_(NAME) TH_CONCAT_4(TH,Real,Blas_,NAME)
-
-#include "generic/THBlas.h"
-#include "THGenerateAllTypes.h"
-
-#endif