Remove attempts to quieten compiler static-checking
[users/heiko/exim.git] / src / src / lookups / cdb.c
index 3a95f8ed0200948575cf67cc4db45b090baf9921..e0faa905d138a11a03a47c35f927fee2ab38199f 100644 (file)
@@ -281,9 +281,6 @@ hash_offset,
 hash_offlen,
 hash_slotnm;
 
-/* Keep picky compilers happy */
-do_cache = do_cache;
-
 key_hash = cdb_hash(keystring, key_len);
 
 hash_offset_entry = CDB_HASH_ENTRY * (key_hash & CDB_HASH_MASK);