summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.h
diff options
context:
space:
mode:
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;