Browse Source

kazoo: remove unused variable

(cherry picked from commit 5d628a4093fc4f7ecb1ad6bec7172879e331f2dc)
lazedo 8 years ago
parent
commit
12d86f9eaa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/kazoo/kz_json.c

+ 0 - 1
src/modules/kazoo/kz_json.c

@@ -123,7 +123,6 @@ struct json_object * kz_json_get_field_object(str* json, str* field)
   json_keys keys;
   json_key key;
   char* dup;
-  char* token;
   char f1[250], f2[250];//, f3[25];
   int i, parts;