Don't declare a variable for exceptions we discard
authorChristopher Dykes <cdykes@fb.com>
Mon, 12 Dec 2016 19:39:32 +0000 (11:39 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Mon, 12 Dec 2016 19:48:05 +0000 (11:48 -0800)
commit811bad8a07079b5f450c9c8557b88fd574cf5996
tree1c64c12c2b8c424698acd2c106905e6d0f2607db
parentb4a27a035cc092f444df9a952e371ed4a201c2f4
Don't declare a variable for exceptions we discard

Summary: They aren't needed and they count as initialized but unused variables.

Reviewed By: yfeldblum

Differential Revision: D4308844

fbshipit-source-id: a6833dbf434ebdefff0b375729a4e62495463ac0
15 files changed:
folly/Format-inl.h
folly/FormatArg.h
folly/experimental/DynamicParser-inl.h
folly/experimental/JSONSchema.cpp
folly/experimental/ProgramOptions.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncServerSocket.cpp
folly/io/async/NotificationQueue.h
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/test/AtomicUnorderedMapTest.cpp
folly/test/ConvTest.cpp
folly/test/DynamicTest.cpp
folly/test/LifoSemTests.cpp
folly/test/StringTest.cpp
folly/test/UriTest.cpp