Author: phoudoin Date: 2010-09-21 17:13:37 +0200 (Tue, 21 Sep 2010) New Revision: 38759 Changeset: http://dev.haiku-os.org/changeset/38759 Modified: haiku/trunk/src/apps/debugger/Debugger.cpp Log: Removed left-over. Modified: haiku/trunk/src/apps/debugger/Debugger.cpp =================================================================== --- haiku/trunk/src/apps/debugger/Debugger.cpp 2010-09-21 15:07:48 UTC (rev 38758) +++ haiku/trunk/src/apps/debugger/Debugger.cpp 2010-09-21 15:13:37 UTC (rev 38759) @@ -154,15 +154,6 @@ 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)