瀏覽代碼

tcp: remove unused var. decls

Removed tcp_new_conn_alias_flags and tcp_alias_flags declaration,
since they have been replaced by runtime cfg. equivalents
(tcp alias_flags and new_conn_alias_flags).

Reported-by: Libor Chocholaty <[email protected]>
Andrei Pelinescu-Onciul 16 年之前
父節點
當前提交
950e17ad49
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      tcp_init.h

+ 0 - 4
tcp_init.h

@@ -54,10 +54,6 @@ struct tcp_child{
 #define TCP_ALIAS_FORCE_ADD 1
 #define TCP_ALIAS_REPLACE   2
 
-/* flags used for adding new aliases */
-extern int tcp_alias_flags;
-/* flags used for adding the default aliases of a new tcp connection */
-extern int tcp_new_conn_alias_flags;
 
 int init_tcp();
 void destroy_tcp();