folly/ConcurrentSkipList.h: avoid shadowing warnings (trivial)
authorJim Meyering <meyering@fb.com>
Tue, 11 Oct 2016 18:25:41 +0000 (11:25 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Tue, 11 Oct 2016 18:38:33 +0000 (11:38 -0700)
commit70b158bb1a240cf5c50b9fd295f538f6eb2432a7
tree54cfb7ac34f59795c467cc76004fd8eab9dc6ef3
parentfb77b40718ec1ce41e8e7625cfb44dc2d7ba0229
folly/ConcurrentSkipList.h: avoid shadowing warnings (trivial)

Summary:
Compiling with gcc's proposed -Wshadow-compatible-local option
exposed some fix-worthy warnings. Rename to avoid the shadowing.

Reviewed By: evilmucedin

Differential Revision: D3999026

fbshipit-source-id: 26cb3033ba8c5538cc9217993f2fda6aef954a8f
folly/ConcurrentSkipList.h