From: Paul Tarjan Date: Mon, 20 May 2013 18:33:17 +0000 (-0700) Subject: delete unused variable X-Git-Tag: v0.22.0~969 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=efdfacee87910ad23068f8d9956be58f36ee0eed;p=folly.git delete unused variable Test Plan: none Reviewed By: tjackson@fb.com FB internal diff: D818326 --- diff --git a/folly/MemoryMapping.cpp b/folly/MemoryMapping.cpp index 7ac9825e..1d926a1d 100644 --- a/folly/MemoryMapping.cpp +++ b/folly/MemoryMapping.cpp @@ -131,7 +131,6 @@ bool memOpInChunks(std::function op, // operations of their own. size_t chunkSize = memOpChunkSize(bufSize); - size_t chunkCount = bufSize / chunkSize; char* addr = static_cast(mem); amountSucceeded = 0;