Removed left-over.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38759 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-09-21 15:13:37 +00:00
parent ccb01bef44
commit 9135a7b8f8

View File

@ -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)