From 6cc4080af23d0d8c39ba43f6c90de4f76d64e0f1 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 23 Oct 2018 18:55:16 +0300 Subject: Removed unused "--upstream" command line option. --- src/nxt_runtime.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nxt_runtime.h') diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index e4c9e2a1..496ae478 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -74,7 +74,6 @@ struct nxt_runtime_s { nxt_sockaddr_t *controller_listen; nxt_listen_socket_t *controller_socket; - nxt_str_t upstream; }; -- cgit