CodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 14 Sep 2015 19:57:14 +0000 (12:57 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 14 Sep 2015 20:20:21 +0000 (13:20 -0700)
commit8fe79ff17abec2d7d254cdfbe2a4c13f954493ad
tree6c0cf97f0c0698fe5a10ed36720a58e8ddce1629
parente2c2baadf630b96b9a52debcd4ba1888af82be8e
CodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL

Summary: [Folly] CodeMod: Drop `FOLLY_OVERRIDE` and `FOLLY_FINAL`. These were to support GCC 4.6 and earlier, and MSVC 2008 and earlier.

Reviewed By: @philippv

Differential Revision: D2438309
folly/Portability.h
folly/Subprocess.h
folly/io/Compression.cpp
folly/test/PortabilityTest.cpp