aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-11-06 15:18:13 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-11-06 15:18:13 +0100
commitd13bf4fe9baa367a09b0438674cdb7f158453359 (patch)
tree98b70e5b7cc263ece313dd303d053101bdcbee65
parent69c7fe099d2cd59b2cab30ec1131788d6b9b6429 (diff)
Remove unused wrapper type for disk count.
-rw-r--r--storage/src/tests/common/teststorageapp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/src/tests/common/teststorageapp.h b/storage/src/tests/common/teststorageapp.h
index 0a104b1655c..dffe1da7a9a 100644
--- a/storage/src/tests/common/teststorageapp.h
+++ b/storage/src/tests/common/teststorageapp.h
@@ -36,7 +36,6 @@ namespace storage {
class StorageBucketDBInitializer;
-DEFINE_PRIMITIVE_WRAPPER(uint16_t, DiskCount);
DEFINE_PRIMITIVE_WRAPPER(uint16_t, NodeIndex);
DEFINE_PRIMITIVE_WRAPPER(uint16_t, NodeCount);
DEFINE_PRIMITIVE_WRAPPER(uint16_t, Redundancy);