mem16_t replaced

I think it's not bad to use pointer type when possible, because it's
often originally pointer, not reference.
This commit is contained in:
Nekotekina 2014-09-01 01:55:38 +04:00
parent 49b295e332
commit 0d94c78e63
3 changed files with 8 additions and 11 deletions

View file

@ -768,7 +768,6 @@ public:
}
};
typedef mem_t<u16, u32> mem16_t;
typedef mem_t<u32, u32> mem32_t;
typedef mem_t<u64, u32> mem64_t;