Use bool instead of bool:1 if your compiler doesn't create correct code
[m6w6/libmemcached] / libhashkit / function.c
index 2b22590b608f9a554dcaf51524578397b5e26e01..25c929bd84794a9cba635b9b8cd053a50b912fce 100644 (file)
@@ -50,7 +50,6 @@ static hashkit_return_t _set_function(struct hashkit_function_st *self, hashkit_
   case HASHKIT_HASH_MAX:
   default:
     return HASHKIT_FAILURE;
-    break;
   }
 
   self->context= NULL;