1
0
Fork 0

removing unused code

This commit is contained in:
Simon Grätzer 2017-06-07 13:03:31 +02:00
parent ac79f7d7c6
commit 082426df53
1 changed files with 0 additions and 3 deletions

View File

@ -398,9 +398,6 @@ void SlotWrite(GeoIx * gix,int slot, GeoCoordinate * gc)
char data[sizeof (GeoCoordinate)];
toPersistent(*gc, &data[0]);
RocksWrite(gix, key, rocksdb::Slice(&data[0], sizeof(GeoCoordinate)));
GeoCoordinate test;
fromPersistent(&data[0],test);
}
void PotRead(GeoIx * gix, int pot, GeoPot * gp)