summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_http_route.c')
-rw-r--r--src/nxt_http_route.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nxt_http_route.c b/src/nxt_http_route.c
index 5010c561..a8a6b181 100644
--- a/src/nxt_http_route.c
+++ b/src/nxt_http_route.c
@@ -1050,9 +1050,6 @@ nxt_http_route_pattern_create(nxt_task_t *task, nxt_mp_t *mp,
nxt_uint_t n, length;
nxt_http_route_pattern_type_t type;
- /* Suppress warning about uninitialized variable. */
- length = 0;
-
type = NXT_HTTP_ROUTE_PATTERN_EXACT;
nxt_conf_get_string(cv, &test);