removed unused LayeredCache (#199)

This commit is contained in:
ethanlabelle
2022-06-29 19:10:15 -04:00
committed by GitHub
parent 4579fa2f26
commit ae96ac7baf
3 changed files with 0 additions and 184 deletions

View File

@@ -45,7 +45,6 @@ target_sources(clio PRIVATE
## Backend
src/backend/BackendInterface.cpp
src/backend/CassandraBackend.cpp
src/backend/LayeredCache.cpp
src/backend/Pg.cpp
src/backend/PostgresBackend.cpp
src/backend/SimpleCache.cpp