Remove attempts to quieten compiler static-checking
[exim.git] / src / src / lookups / json.c
index 0aaaba7f56b579a539f6d0b2e3ece8b9dd97c369..1a2ca0449e75c55180416abc7c6562e9f9db73da 100644 (file)
@@ -89,9 +89,6 @@ json_error_t jerr;
 uschar * key;
 int sep = 0;
 
-length = length;       /* Keep picky compilers happy */
-do_cache = do_cache;   /* Keep picky compilers happy */
-
 rewind(f);
 if (!(j = json_loadf(f, 0, &jerr)))
   {