* NetDb : move storage from FS.cpp to NetDb.cpp

This commit is contained in:
hagen 2016-02-20 01:00:00 +00:00
parent d3746e0119
commit b69fbdda9a
4 changed files with 8 additions and 12 deletions

1
FS.h
View file

@ -138,7 +138,6 @@ namespace fs {
}
/* accessors */
HashedStorage & GetNetDB();
HashedStorage & GetPeerProfiles();
} // fs
} // i2p