index
:
ndpi-daemon.git
Tiny nDPI based deep packet inspection daemons / toolkit.
log msg
author
committer
range
add/PF_RING
add/apple-bsd-port
add/config-file-support
add/event-io-abstraction
add/nDPId-UDP-endpoint
add/tls-proxy-support
add/tunnel-decoding
add/udp-aes256-gcm
main
ndpi-example-proposal
tmp
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
jsmn.c
1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsmn.c b/jsmn.c
index 9a96c4fc4..ceb612219 100644
--- a/
jsmn.c
+++ b/
jsmn.c
@@ -125,7 +125,6 @@ jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, jsmntok_t *tokens,
unsigned int num_tokens) {
jsmnerr_t r;
int i;
- unsigned int tokindex;
jsmntok_t *token;
for (; js[parser->pos] != '\0'; parser->pos++) {