dbms: removed useless method [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2013-07-28 03:28:52 +00:00
parent 3e7a073fdb
commit e0bdd99128

View File

@ -52,11 +52,6 @@ public:
return ptr->storage.get();
}
size_t use_count() const
{
return ptr.use_count();
}
bool operator == (const IStorage * p) const
{
return get() == p;