Trivial argument rename in MPMCQueue
authorBrian Watling <bwatling@fb.com>
Wed, 27 Nov 2013 21:31:51 +0000 (13:31 -0800)
committerJordan DeLong <jdelong@fb.com>
Fri, 20 Dec 2013 21:02:43 +0000 (13:02 -0800)
commit048a4518ce3b44df833fa68518e84e7eef5ace04
tree6c96adbb7569d2bda4687987592cfb4f71b8101c
parentd64c6e0d5b27374a6116fc1d69ae17d620dfabec
Trivial argument rename in MPMCQueue

Summary: Rename the 'capacity' argument so g++ will not complain when -Wshadow is enabled ('capacity' is also a method on MPMCQueue)

Test Plan: compiles, unit tests pass

Reviewed By: ngbronson@fb.com

FB internal diff: D1076220
folly/MPMCQueue.h