aboutsummaryrefslogtreecommitdiff
path: root/contrib/isbn_issn/isbn.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/isbn_issn/isbn.c')
-rw-r--r--contrib/isbn_issn/isbn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/isbn_issn/isbn.c b/contrib/isbn_issn/isbn.c
index 5f4ac889051..ff63381255c 100644
--- a/contrib/isbn_issn/isbn.c
+++ b/contrib/isbn_issn/isbn.c
@@ -1,7 +1,7 @@
/*
* PostgreSQL type definitions for ISBNs.
*
- * $Id: isbn.c,v 1.2 1999/05/25 16:05:40 momjian Exp $
+ * $Id: isbn.c,v 1.3 2000/05/29 05:44:26 tgl Exp $
*/
#include <stdio.h>
@@ -47,8 +47,6 @@ isbn *
isbn_in(char *str)
{
isbn *result;
- char *cp;
- int count;
if (strlen(str) != 13)
{