]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osl_core.h
Kill two unnecessary return statements.
[paraslash.git] / osl_core.h
index b0035da0f8884bc2f7a201d8531f2262994ed632..e18717895a5f3023bdee8452757f9f4a2643cef9 100644 (file)
@@ -441,7 +441,7 @@ _static_inline_ struct osl_row *get_row_pointer(const struct rb_node *node,
  */
 static inline void hash_object(const struct osl_object *obj, HASH_TYPE *hash)
 {
-       return hash_function(obj->data, obj->size, hash);
+       hash_function(obj->data, obj->size, hash);
 }
 
 /**