Remove evil using statements from AsyncSSLSocket.h
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 7 Oct 2015 05:22:49 +0000 (22:22 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Wed, 7 Oct 2015 06:20:17 +0000 (23:20 -0700)
commitc12818f97b2317525abd3ef8e0ad23416cde6c8b
tree5320e7bca2950581a70ed1d9c64bc15b94d096ef
parent7846391372cbc68f76ec985ca29fd8160ccae9ad
Remove evil using statements from AsyncSSLSocket.h

Summary: [Folly] Remove evil `using` statements from `AsyncSSLSocket.h`.

`using` in headers is frowned upon.

Consider this diff a frown.

Reviewed By: @alandau

Differential Revision: D2509810

fb-gh-sync-id: 4a752b9f4a5be6ac4ca7c498c0168ffad5c35d7f
folly/io/async/AsyncSSLSocket.h