Remove the unused ReadBuffer::getRawInt32() function.

This commit is contained in:
Ryan Prichard 2016-03-26 19:07:07 -05:00
parent 0c6a0c2a53
commit 636a14eb55

View File

@ -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();