summaryrefslogtreecommitdiff
path: root/bin/Process.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Process.pm')
-rw-r--r--bin/Process.pm13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/Process.pm b/bin/Process.pm
deleted file mode 100644
index d567c67c7e5..00000000000
--- a/bin/Process.pm
+++ /dev/null
@@ -1,13 +0,0 @@
-# $Id$
-$inc = "Process_Unix.pm";
-$DIR_SEPARATOR = "/";
-
-if ($^O eq "MSWin32")
-{
- $inc = "Process_Win32.pm";
- $DIR_SEPARATOR = "\\";
-}
-
-require $inc;
-
-1; \ No newline at end of file