Remove unnecessary aliases

This commit is contained in:
Tyler Neely 2022-08-24 15:53:22 +00:00
parent 8cea2937b8
commit 0be36a5805

View File

@ -27,13 +27,6 @@
namespace memgraph::io::rsm {
using memgraph::io::Address;
using memgraph::io::Duration;
using memgraph::io::Io;
using memgraph::io::ResponseFuture;
using memgraph::io::ResponseResult;
using memgraph::io::Time;
using Term = uint64_t;
using LogIndex = uint64_t;
using RequestId = uint64_t;