diff options
-rw-r--r-- | tools/skrewt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/skrewt.c b/tools/skrewt.c index bcbfb16..ed257e0 100644 --- a/tools/skrewt.c +++ b/tools/skrewt.c @@ -580,9 +580,7 @@ int skrewt::body(){ //////////////////////////////////////////////////////////// int main(int _argc, const char** _argv){ -//// pid_t pid = getpid(); -//// cout << pid << endl; -//// cout << getpgid(pid) << endl; + int argc(_argc); const char **argv(_argv); { |