From 7301fe6484dc1b1d652425ad005ccfd214002a87 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Aug 2025 12:00:10 +0100 Subject: Merge storeEntities into a single thing Add visitSum for tuples and makes storeEntities into a single lambda. --- src/ingestor.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ingestor.hpp') 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 [[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) const; template void storeLogLine(const std::tuple &) const; protected: -- cgit v1.2.3