Removed some unneeded usings
This commit is contained in:
parent
199da740ed
commit
8cfa133676
@ -2,7 +2,6 @@
|
||||
#include "CachingBlockStore.h"
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
|
||||
namespace blockstore {
|
||||
namespace caching {
|
||||
|
@ -2,7 +2,6 @@
|
||||
#include "CachingBlockStore.h"
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
using cpputils::Data;
|
||||
|
||||
namespace blockstore {
|
||||
|
Loading…
x
Reference in New Issue
Block a user