silence unused parameters in ext_memcached.cpp
commit91eef89c08a04911aadd5c2145e589a7deacb78b
authorVictor Gao <vgao@fb.com>
Fri, 21 Jul 2017 18:48:28 +0000 (21 11:48 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 21 Jul 2017 19:01:51 +0000 (21 12:01 -0700)
tree256fbbc173eccb7c9f4db4a16ac35500ea0b7fde
parentd49f3bf8294318f83e809f1e03043b17a709a9af
silence unused parameters in ext_memcached.cpp

Summary:
Similar to D5464594.
This removes/comments out/silences one or more unused parameters in the files.
We are going to enable -Wunused-parameter in fbcode and this fixes a case that automated tooling can't handle.

Reviewed By: Orvid

Differential Revision: D5469495

fbshipit-source-id: 105ab4b9daeb2e25c3ea018467ce66393c8140a9
hphp/runtime/ext/memcached/ext_memcached.cpp