Drop redundant void parameters from function declarations
authorChristopher Dykes <cdykes@fb.com>
Fri, 20 Oct 2017 17:29:30 +0000 (10:29 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 20 Oct 2017 17:35:31 +0000 (10:35 -0700)
commit43591b0dd8e09c300f8d9356d9ac5857ec61164f
treebda519335c6b0e8c3c32f8300bfebb66e3484748
parent8de0628cb91cb86a99c7479df3c552f541b973e0
Drop redundant void parameters from function declarations

Summary:
This is C++, not C, so let's keep things modern.
This is applying the modernize-redundant-void-arg clang-tidy check to Folly.

Reviewed By: yfeldblum

Differential Revision: D6106921

fbshipit-source-id: 06a56f036f59426df5dd475bf91a3f4a335266f5
folly/IPAddressException.h
folly/detail/ThreadLocalDetail.h
folly/executors/ThreadPoolExecutor.h
folly/experimental/exception_tracer/ExceptionTracer.cpp
folly/experimental/exception_tracer/ExceptionTracerLib.h
folly/experimental/symbolizer/SignalHandler.h
folly/io/async/AsyncSSLSocket.cpp
folly/ssl/OpenSSLVersionFinder.h
folly/ssl/detail/SSLSessionImpl.cpp
folly/test/function_benchmark/test_functions.cpp