summaryrefslogtreecommitdiff
path: root/silx/utils/include/silx_store_openmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'silx/utils/include/silx_store_openmp.h')
-rw-r--r--silx/utils/include/silx_store_openmp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/silx/utils/include/silx_store_openmp.h b/silx/utils/include/silx_store_openmp.h
deleted file mode 100644
index f04f630..0000000
--- a/silx/utils/include/silx_store_openmp.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-/** Flag the C module with a variable to know if it was compiled with OpenMP
- */
-#ifdef _OPENMP
-static const int COMPILED_WITH_OPENMP = 1;
-#else
-static const int COMPILED_WITH_OPENMP = 0;
-#endif