From f4774cac56d47c9695af9e66de380a1a250fd2ce Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 18 Jan 2022 22:11:54 +0100 Subject: [PATCH] lmdb: Remove obsolete code --- libpkg/data/storagefwd.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/libpkg/data/storagefwd.h b/libpkg/data/storagefwd.h index 070c6af..64ed798 100644 --- a/libpkg/data/storagefwd.h +++ b/libpkg/data/storagefwd.h @@ -1,24 +1,11 @@ #ifndef LIBPKG_DATA_STORAGE_FWD_H #define LIBPKG_DATA_STORAGE_FWD_H -//#include "./package.h" - #include -// forward declarations in accordance with lmdb-ttyped.hh -/* -struct nullindex_t; -template -class TypedDBI; -template -struct index_on; -*/ - namespace LibPkg { using StorageID = std::uint32_t; -//struct Package; -//using PackageStorage = TypedDBI>; struct StorageDistribution; struct DatabaseStorage;