diff options
author | Uwe Steinmann <steinm@php.net> | 2002-07-24 05:59:04 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2002-07-24 05:59:04 +0000 |
commit | 7df5113ef2e958da07bd7f914e4239a8a870bc9e (patch) | |
tree | 4af3910a6a3df18b256f8fdc82c83bade987eac4 /ext/hyperwave | |
parent | 79ef1c1661f0d21adcc9087d72ba3a63a4629774 (diff) | |
download | php-git-7df5113ef2e958da07bd7f914e4239a8a870bc9e.tar.gz |
- removed unused variable
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |