summaryrefslogtreecommitdiff
path: root/libhello/hello.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libhello/hello.cxx')
-rw-r--r--libhello/hello.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/libhello/hello.cxx b/libhello/hello.cxx
deleted file mode 100644
index f7e3b7f..0000000
--- a/libhello/hello.cxx
+++ /dev/null
@@ -1,16 +0,0 @@
-// file: libhello/hello.cxx -*- C++ -*-
-
-#include <libhello/hello.hxx>
-
-#include <libprint/print.hxx>
-
-using namespace std;
-
-namespace hello
-{
- void
- say_formatted (const string& m)
- {
- print (m);
- }
-}