aboutsummaryrefslogtreecommitdiff
path: root/src/core/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/url.h')
-rw-r--r--src/core/url.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/url.h b/src/core/url.h
index 5aa53dfd..bb6b2382 100644
--- a/src/core/url.h
+++ b/src/core/url.h
@@ -14,7 +14,6 @@
#include "core/defs.h"
struct nng_url {
- char *u_rawurl; // never NULL
const char *u_scheme; // never NULL
const char *u_userinfo; // will be NULL if not specified
char *u_hostname; // name only, will be "" if not specified