diff options
author | Luca Deri <deri@ntop.org> | 2017-07-25 16:56:15 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-07-25 16:56:15 +0200 |
commit | be52d4e9ad7ce8ecefe4d009da49fbfa18bbe713 (patch) | |
tree | d80ddb4186c642ce8c28539886e72e9835270ea0 | |
parent | 7ec3af2156d48722941655951d363694bdcc5625 (diff) |
Removed unused variable
-rw-r--r-- | example/ndpiReader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index e2dfc9d14..bcab28568 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -2277,7 +2277,6 @@ void automataUnitTest() { #ifdef HAVE_JSON_C void bpf_filter_produce_filter(int port_array[], int p_size, const char *host_array[48], int h_size, char *filePath) { FILE *fp = NULL; - char *prefix = "bpf_filter_"; char _filterFilePath[1024]; char *fileName; char filter[2048]; |