src/shm/hashtable.cpp @@ -178,7 +178,6 @@ goto suc; } val = _hashtable_get(hashtable, key); // val = 1是allockey的情况 if(val != NULL && val != (void *)1) goto fail;