remove using declaraction

This commit is contained in:
Robin Müller 2022-11-14 14:21:00 +01:00
parent f715b65d6e
commit 1bea2344f6
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ class LocalPool : public SystemObject, public StorageManagerIF {
// Using functions provided by StorageManagerIF requires either a fully qualified path
// like for example localPool.StorageManagerIF::getFreeElement(...) or re-exporting
// the fully qualified path with the using directive.
using StorageManagerIF::getFreeElement;
using StorageManagerIF::getData;
using StorageManagerIF::modifyData;