diff options
author | John Denker <jsd@av8n.com> | 2012-11-22 07:52:13 -0800 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-11-22 07:52:13 -0800 |
commit | ec0ebcd36d30697ad6b96b30199a6393b4bd20fc (patch) | |
tree | 466e40cad478cc24189847290754f736b91859ad /tools | |
parent | ef6722750b4518fcb29bf983755b5f02451ef224 (diff) |
trivial
Diffstat (limited to 'tools')
-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); { |