[all] Eliminate duplicated sector_t typedefs

This commit is contained in:
Ming-Hung Tsai
2020-06-17 12:56:40 +08:00
parent a345b894d3
commit 621b466333
5 changed files with 4 additions and 8 deletions

View File

@@ -37,7 +37,6 @@ namespace thin_provisioning {
using namespace base;
using namespace persistent_data;
typedef uint64_t sector_t;
typedef uint32_t thin_dev_t;
//------------------------------------------------