Commit efdfacee authored by Paul Tarjan's avatar Paul Tarjan Committed by Sara Golemon

delete unused variable

Test Plan: none

Reviewed By: tjackson@fb.com

FB internal diff: D818326
parent e8865049
......@@ -131,7 +131,6 @@ bool memOpInChunks(std::function<int(void*, size_t)> op,
// operations of their own.
size_t chunkSize = memOpChunkSize(bufSize);
size_t chunkCount = bufSize / chunkSize;
char* addr = static_cast<char*>(mem);
amountSucceeded = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment