Remove unused code. (#418)

This commit is contained in:
Robert Nishihara
2016-09-08 11:36:17 -07:00
committed by Philipp Moritz
parent 9abc1dd59f
commit d6e3a40744
4 changed files with 0 additions and 42 deletions
-6
View File
@@ -43,10 +43,4 @@ public:
objstore_not_registered_error(const std::string& msg) : std::runtime_error(msg) {}
};
struct slice {
uint8_t* data;
size_t len;
SegmentId segmentid;
};
#endif