Explorar o código

Remove version of 'push' without a value argument

Ole %!s(int64=10) %!d(string=hai) anos
pai
achega
a414d6edc8
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      lib/luwra/types.hpp

+ 0 - 9
lib/luwra/types.hpp

@@ -66,15 +66,6 @@ struct Value<std::nullptr_t> {
 		return 1;
 	}
 };
-
-/**
- * This does nothing.
- */
-static inline
-size_t push(State*) {
-	return 0;
-}
-
 /**
  * Convenient wrapped for [Value<T>::push](@ref Value<T>::push).
  */