diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-11-13 17:50:46 +0100 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-11-13 18:22:03 +0100 |
commit | d129abcde09567be32f0bc93d28fdffe2810b15d (patch) | |
tree | 0d645c09552382918528dabf0a63cffa16bbf912 /example | |
parent | 6fad364daa69ee700eaad90036901c7ac7122b14 (diff) |
ndpi_util: unused variable 'nDPI_traceLevel' [-Wunused-const-variable]
Diffstat (limited to 'example')
-rw-r--r-- | example/ndpi_util.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/example/ndpi_util.c b/example/ndpi_util.c index 2b1eb0b3a..d5d0643e1 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -79,10 +79,6 @@ void ndpi_free_flow_info_half(struct ndpi_flow_info *flow) { /* ***************************************************** */ -static const u_int8_t nDPI_traceLevel = 0; - -/* ***************************************************** */ - extern u_int32_t current_ndpi_memory, max_ndpi_memory; /** |