summaryrefslogtreecommitdiff
path: root/vio/VioPipe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'vio/VioPipe.cc')
-rw-r--r--vio/VioPipe.cc25
1 files changed, 0 insertions, 25 deletions
diff --git a/vio/VioPipe.cc b/vio/VioPipe.cc
deleted file mode 100644
index 5d6f9f36496..00000000000
--- a/vio/VioPipe.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-** Virtual I/O library for Windows named pipes
-** Written by Monty
-*/
-
-
-#ifdef __WIN32__
-#include "vio-global.h"
-
-#ifdef __GNUC__
-#pragma implementation // gcc: Class implementation
-#endif
-
-VIO_NS_BEGIN
-
-
-
-
-
-
-
-
-VIO_NS_END
-
-#endif /* WIN32 */