From 8c24419238e4d02e2d26c928da3c88acb4e85d07 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 27 Mar 2014 12:23:00 +0000 Subject: [PATCH] Knock out the era_superblock_t for now. It's still got some bloom stuff in it. Will tidy up after release. --- unit-tests/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/unit-tests/Makefile.in b/unit-tests/Makefile.in index 4310a01..585ddff 100644 --- a/unit-tests/Makefile.in +++ b/unit-tests/Makefile.in @@ -59,7 +59,6 @@ TEST_SOURCE=\ unit-tests/cache_superblock_t.cc \ unit-tests/damage_tracker_t.cc \ unit-tests/endian_t.cc \ - unit-tests/era_superblock_t.cc \ unit-tests/rmap_visitor_t.cc \ unit-tests/run_set_t.cc \ unit-tests/space_map_t.cc \