mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
Remove unused code. (#418)
This commit is contained in:
committed by
Philipp Moritz
parent
9abc1dd59f
commit
d6e3a40744
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user