aboutsummaryrefslogtreecommitdiff
path: root/countrows.h
diff options
context:
space:
mode:
Diffstat (limited to 'countrows.h')
-rw-r--r--countrows.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/countrows.h b/countrows.h
index 1d2aa66..e5bf7c2 100644
--- a/countrows.h
+++ b/countrows.h
@@ -3,6 +3,3 @@
Reads a polyhedron file on stdin, counts the rows, and outputs \n\
an equivalent file with a corrected row count.\n\
"
-
-int usage(){ fprintf(stderr,"\n%s\n",rcsid);fprintf(stderr,DOCSTRING); exit(1); }
-#define CHECK_HELP if (argc > 1 && argv[1][0]=='-' && argv[1][1]=='h') usage();