summaryrefslogtreecommitdiff
path: root/msg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'msg.cc')
-rw-r--r--msg.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/msg.cc b/msg.cc
deleted file mode 100644
index 94ce824..0000000
--- a/msg.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-# include <fcntl.h>
-# include <luma/main.hh>
-# include <unistd.h>
-void luma::msg(int pipe,char const * msg) {
- if(::write(pipe,msg,luma::strlen(msg)) > 0x0) {
- }
-}