Skip to content

Commit

Permalink
SERVER-18167 fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amidvidy committed Jun 18, 2015
1 parent 75081de commit 4207a94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mongo/rpc/object_check_test.cpp
Expand Up @@ -64,8 +64,6 @@ namespace {
{
// mess up the data
DataRangeCursor drc(begin(buf), end(buf));
auto maxIntLE = LittleEndian<int>(std::numeric_limits<int>::max());

// skip past size so we don't trip any sanity checks.
drc.advance(4); // skip size
while (drc.writeAndAdvance(0xFF).isOK()) ;
Expand Down

0 comments on commit 4207a94

Please sign in to comment.