Delete some unused fields

This commit is contained in:
Ilari Liusvaara 2014-05-12 20:10:29 +03:00
parent 8eb23a34ca
commit 4eb217e766

View file

@ -81,7 +81,6 @@ namespace
struct set_internal
{
threads::lock lock;
std::map<uint64_t, set_callbacks> callbacks;
integer_pool pool;
std::map<std::string, factory_base*> commands;
@ -89,7 +88,6 @@ namespace
struct group_internal
{
threads::lock lock;
std::map<std::string, base*> commands;
std::map<set*, uint64_t> set_handles;
};