Ver código fonte

Remove version of 'push' without a value argument

Ole 10 anos atrás
pai
commit
a414d6edc8
1 arquivos alterados com 0 adições e 9 exclusões
  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).
  */