summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-05 06:03:04 +0000
committerpixel <pixel>2002-12-05 06:03:04 +0000
commite3e6c1d7688b350046fe3fe7c862f3b3a8c879c9 (patch)
tree6737d5899aba4bb8dcf11db86726c49d23c343b1 /src
parent2b47237b6fc07afb5c5a30b484283c69865a24b6 (diff)
Bleh
Diffstat (limited to 'src')
-rw-r--r--src/Main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main.cc b/src/Main.cc
index 333328a..9f36b56 100644
--- a/src/Main.cc
+++ b/src/Main.cc
@@ -155,7 +155,6 @@ int startup() {
std::list<String> testlist;
testlist.push_front("poide");
-/*
in = new InPipe();
in->Hook();
@@ -168,7 +167,6 @@ int startup() {
std::cerr << "The stdout redirect has failed.\n";
exit(-1);
}
-*/
while ((c = getopt(argc, argv, "p:")) != EOF) {
switch (c) {