aboutsummaryrefslogtreecommitdiffstats
path: root/src/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/url.h b/src/url.h
index 7860f544a..c5ff46990 100644
--- a/src/url.h
+++ b/src/url.h
@@ -43,9 +43,6 @@ struct uri {
/* Flags */
unsigned int ipv6; /* URI contains IPv6 host */
unsigned int form; /* URI originated from form */
-
- /* Link */
- TAILQ_ENTRY(uri) next;
};
enum uri_errno {