Cleanup ext_gd
commitcd067f7c979bc5281ee598df6fff7c258309c482
authorOrvid King <blah38621@gmail.com>
Thu, 14 Jan 2016 22:20:42 +0000 (14 14:20 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Thu, 14 Jan 2016 22:30:39 +0000 (14 14:30 -0800)
tree853b7db441c2dc76bdad7e04fe5f4bc72a9c8c08
parent321f16564d82a7937b0ea97b0d11f8b910ad5009
Cleanup ext_gd

Summary:
It had a whole bunch of things that were dependent on macros that were always defined. This removes the condition around those places, and leaves just the portion that was enabled.
Closes https://github.com/facebook/hhvm/pull/6457

Reviewed By: paulbiss

Differential Revision: D2605986

fb-gh-sync-id: 715b410d511314ca7a60d3768e6d3024ce2181b8
15 files changed:
hphp/runtime/ext/gd/config.cmake
hphp/runtime/ext/gd/ext_gd.cpp
hphp/runtime/ext/gd/ext_gd.h
hphp/runtime/ext/gd/libgd/gd.cpp
hphp/runtime/ext/gd/libgd/gd_arc.cpp
hphp/runtime/ext/gd/libgd/gd_arc_f_buggy.cpp [deleted file]
hphp/runtime/ext/gd/libgd/gd_color.cpp
hphp/runtime/ext/gd/libgd/gd_filter.cpp
hphp/runtime/ext/gd/libgd/gd_rotate.cpp
hphp/runtime/ext/gd/libgd/gd_security.cpp
hphp/runtime/ext/gd/libgd/gdft.cpp
hphp/runtime/ext/gd/libgd/gdhelpers.cpp
hphp/runtime/ext/gd/libgd/gdkanji.cpp
hphp/runtime/ext/gd/libgd/gdtables.cpp
hphp/runtime/ext/gd/libgd/wbmp.h