folly/io/async/HHWheelTimer.cpp: remove decl of unused variable (trivial)
authorJim Meyering <meyering@fb.com>
Sat, 8 Oct 2016 15:39:18 +0000 (08:39 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Sat, 8 Oct 2016 15:53:40 +0000 (08:53 -0700)
commit9f8538ee10e3f96fca029fdde18797878e3ebcff
tree227bd4773f317269ccf1549e2d8ec031e1f6f803
parent0a3dae9df47573a99950499c67099bc41fe4d13a
folly/io/async/HHWheelTimer.cpp: remove decl of unused variable (trivial)

Summary:
In HHWheelTimer::scheduleTimeout, remove the declaration of the
unused variable, "prev".

Reviewed By: yfeldblum

Differential Revision: D3987409

fbshipit-source-id: 3a9291bf104e6865d608adfb6118609faa0aea96
folly/io/async/HHWheelTimer.cpp