Remove commented out code

This commit is contained in:
Ai Lin Chia
2016-08-09 22:44:21 +02:00
parent 6cf12d424f
commit 4bfd42bf1d

@ -326,8 +326,6 @@ skip:
// no, not anymore, we commented out that request peeking code
char *p = m_request;
*(int64_t *) p = syncPoint ; p += 8;
//*(key_t *) p = m_startKey ; p += sizeof(key_t);
//*(key_t *) p = m_endKey ; p += sizeof(key_t);
*(int32_t *) p = m_minRecSizes ; p += 4;
*(int32_t *) p = startFileNum ; p += 4;
*(int32_t *) p = numFiles ; p += 4;