diff options
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r-- | src/ingestor.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp index 458b941..7141515 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -25,11 +25,6 @@ namespace WebStat { void ingestLog(std::FILE *); void ingestLogLine(std::string_view); - template<typename T> [[nodiscard]] size_t storeEntity(const T &) const; - // NOLINTNEXTLINE(modernize-use-nodiscard); testing exposition only - size_t storeEntity(Entity) const; - // NOLINTNEXTLINE(modernize-use-nodiscard); testing exposition only - size_t storeEntity(std::optional<Entity>) const; template<typename... T> void storeLogLine(const std::tuple<T...> &) const; protected: |