Another file compiles
[iotcloud.git] / version2 / src / C / Slot.cc
index 18d1a5dc0964c0b2de1829e8744c45fb9ac25895..f4247e44d36941c7a2c247980c4a353cd93c6084 100644 (file)
@@ -54,12 +54,6 @@ Entry *Slot::addEntry(Entry *e) {
        return e;
 }
 
        return e;
 }
 
-void Slot::removeEntry(Entry *e) {
-       entries->remove(e);
-       livecount--;
-       freespace += e->getSize();
-}
-
 void Slot::addShallowEntry(Entry *e) {
        entries->add(e);
        livecount++;
 void Slot::addShallowEntry(Entry *e) {
        entries->add(e);
        livecount++;