Kaynağa Gözat

Remove version of 'push' without a value argument

Ole 10 yıl önce
ebeveyn
işleme
a414d6edc8
1 değiştirilmiş dosya ile 0 ekleme ve 9 silme
  1. 0 9
      lib/luwra/types.hpp

+ 0 - 9
lib/luwra/types.hpp

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