Remove the unused ReadBuffer::getRawInt32() function.
This commit is contained in:
parent
0c6a0c2a53
commit
636a14eb55
@ -84,7 +84,6 @@ public:
|
||||
}
|
||||
|
||||
void getRawData(void *data, size_t len);
|
||||
int32_t getRawInt32() { return getRawValue<int32_t>(); }
|
||||
int32_t getInt32();
|
||||
int64_t getInt64();
|
||||
std::wstring getWString();
|
||||
|
Loading…
Reference in New Issue
Block a user