Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / mafft / core / dp.h
diff --git a/website/archive/binaries/mac/src/mafft/core/dp.h b/website/archive/binaries/mac/src/mafft/core/dp.h
deleted file mode 100644 (file)
index 3b27820..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef enablemultithread
-#define TLS __thread
-#else
-#define TLS 
-#endif
-
-extern TLS int commonAlloc1;
-extern TLS int commonAlloc2;
-extern TLS int **commonIP;
-extern TLS int **commonJP;