diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-28 05:36:19 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-28 05:36:19 +0000 |
commit | 6672ff5584caec9b08389e1034a49a873197218c (patch) | |
tree | 0afb75d4eeef2250c42a70401d0089c352643895 /usr.bin/m4/gnum4.c | |
parent | 2589b03984b61490cbe7a1842ccab562f3a91a5b (diff) |
Wall cleanup
Diffstat (limited to 'usr.bin/m4/gnum4.c')
-rw-r--r-- | usr.bin/m4/gnum4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index d1efae77903..f400981d26d 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gnum4.c,v 1.8 2000/07/24 23:08:25 espie Exp $ */ +/* $OpenBSD: gnum4.c,v 1.9 2001/07/28 05:36:18 pvalchev Exp $ */ /* * Copyright (c) 1999 Marc Espie @@ -368,7 +368,6 @@ do_regexp(string, re, replace, pm) regmatch_t *pm; { int error; - const char *p; switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) { case 0: |