* Zap tcp_state_str.

svn path=/trunk/; revision=64873
This commit is contained in:
Amine Khaldi 2014-10-21 18:39:22 +00:00
parent 3f32c3a15d
commit d8fff8998e

View file

@ -16,20 +16,6 @@
#include "rosip.h"
static const char * const tcp_state_str[] = {
"CLOSED",
"LISTEN",
"SYN_SENT",
"SYN_RCVD",
"ESTABLISHED",
"FIN_WAIT_1",
"FIN_WAIT_2",
"CLOSE_WAIT",
"CLOSING",
"LAST_ACK",
"TIME_WAIT"
};
extern NPAGED_LOOKASIDE_LIST TdiBucketLookasideList;
static