mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Removed unused variables
When compiling with higher warning levels the compiler warns about these unused variables.
This commit is contained in:
@@ -58,7 +58,6 @@ protected:
|
||||
void buildRequest(BinaryWriter& writer);
|
||||
|
||||
private:
|
||||
Int32 _flags;
|
||||
std::string _fullCollectionName;
|
||||
Int32 _numberToReturn;
|
||||
Int64 _cursorID;
|
||||
|
||||
Reference in New Issue
Block a user