summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-09-20 08:13:45 +0000
committerSascha Schumann <sas@php.net>2000-09-20 08:13:45 +0000
commit16d7cb88fa80c7020a99b2255a6e6abb4efb35fe (patch)
tree958ba5c4055ce23412298107a69c6e3b949efefc /ext/standard/url_scanner_ex.h
parentf27f790f29c0ce35354cd4a0929cba9beaf2a9d0 (diff)
downloadphp-git-16d7cb88fa80c7020a99b2255a6e6abb4efb35fe.tar.gz
Remove this pseudo optimization from the previous rewrite.
Since we leave/enter the loop more often, the cost of maintaining c_arg/c_val is higher than simply copying the tag/arg string once.
Diffstat (limited to 'ext/standard/url_scanner_ex.h')
-rw-r--r--ext/standard/url_scanner_ex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/url_scanner_ex.h b/ext/standard/url_scanner_ex.h
index 0199b2bd6d..8992326538 100644
--- a/ext/standard/url_scanner_ex.h
+++ b/ext/standard/url_scanner_ex.h
@@ -38,10 +38,6 @@ typedef struct {
smart_str val; /* read only */
smart_str buf;
- /* Dito, but they are used only for preserving data across calls */
- smart_str c_tag;
- smart_str c_arg;
-
/* The result buffer */
smart_str result;