summaryrefslogtreecommitdiff
path: root/c++/statistics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/statistics.hpp')
-rw-r--r--c++/statistics.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/c++/statistics.hpp b/c++/statistics.hpp
deleted file mode 100644
index c07ccb7..0000000
--- a/c++/statistics.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-namespace kel {
-namespace lbm {
-template<typename T>
-class statistics {
-private:
-public:
-};
-}
-}