aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/print_foo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/lib/print_foo.cpp')
-rw-r--r--mpm/lib/print_foo.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/mpm/lib/print_foo.cpp b/mpm/lib/print_foo.cpp
deleted file mode 100644
index 4f6d69775..000000000
--- a/mpm/lib/print_foo.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <iostream>
-#include <mpm/print_foo.hpp>
-
-void mpm::print_foo()
-{
- std::cout << "foo" << std::endl;
-}
-