diff options
-rw-r--r-- | generic/tclRegexp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclRegexp.c b/generic/tclRegexp.c index f764bec..1909ed6 100644 --- a/generic/tclRegexp.c +++ b/generic/tclRegexp.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclRegexp.c,v 1.16 2004/09/29 22:17:30 dkf Exp $ + * RCS: @(#) $Id: tclRegexp.c,v 1.17 2004/09/29 22:23:25 dkf Exp $ */ #include "tclInt.h" @@ -561,7 +561,6 @@ Tcl_GetRegExpFromObj(interp, objPtr, flags) int flags; /* Regular expression compilation flags. */ { int length; - Tcl_ObjType *typePtr; TclRegexp *regexpPtr; char *pattern; |