summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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) {