mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
LevelDB: remove unused function
This commit is contained in:
parent
31fd427710
commit
a5d77d5106
@ -489,10 +489,6 @@ class LevelDB extends BaseWorldProvider implements WritableWorldProvider{
|
||||
return Binary::writeLInt($chunkX) . Binary::writeLInt($chunkZ);
|
||||
}
|
||||
|
||||
private function chunkExists(int $chunkX, int $chunkZ) : bool{
|
||||
return $this->db->get(LevelDB::chunkIndex($chunkX, $chunkZ) . self::TAG_VERSION) !== false;
|
||||
}
|
||||
|
||||
public function doGarbageCollection() : void{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user