aboutsummaryrefslogtreecommitdiff
path: root/rat2float.h
diff options
context:
space:
mode:
Diffstat (limited to 'rat2float.h')
-rw-r--r--rat2float.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rat2float.h b/rat2float.h
index 3148de6..a01c62a 100644
--- a/rat2float.h
+++ b/rat2float.h
@@ -11,6 +11,3 @@ unless compiled with multiprecision support.\n\
\n\
\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();