From: Uwe Steinmann Date: Wed, 24 Jul 2002 05:59:04 +0000 (+0000) Subject: - removed unused variable X-Git-Tag: dev~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7df5113ef2e958da07bd7f914e4239a8a870bc9e;p=php - removed unused variable --- diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index 5fce6aca67..aa04f7aa6d 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -4311,7 +4311,6 @@ PHP_FUNCTION(hw_insertanchors) pval **arg1, **arg2, **arg3, **arg4; hw_document *hwdoc; int type, docid, error, argc, count; - char *anchorstr; char **anchorrecs; char **dest; char **urlprefix;