From 9135a7b8f8b9272cac96d8ca5bc62bc0f2fccd7a Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 21 Sep 2010 15:13:37 +0000 Subject: [PATCH] Removed left-over. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38759 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/Debugger.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/apps/debugger/Debugger.cpp b/src/apps/debugger/Debugger.cpp index bf20b9c137..719f9f0b14 100644 --- a/src/apps/debugger/Debugger.cpp +++ b/src/apps/debugger/Debugger.cpp @@ -154,15 +154,6 @@ parse_arguments(int argc, const char* const* argv, bool noOutput, exclusiveParams++; if (exclusiveParams == 0) { - -/* - // TODO: Support! - if (noOutput) - return false; - fprintf(stderr, "Sorry, running without team/thread to debug not " - "supported yet.\n"); - exit(1); -*/ return true; } else if (exclusiveParams != 1) { if (noOutput)