Index: third_party/libjpeg/fpdfapi_jdhuff.c |
diff --git a/third_party/libjpeg/fpdfapi_jdhuff.c b/third_party/libjpeg/fpdfapi_jdhuff.c |
index 4b0454d5a0a6bb3cb2256bbcb8d7d2b238e3d6ca..2c9495c2b4f2cc90b5bf1f6866d9f5558d81badb 100644 |
--- a/third_party/libjpeg/fpdfapi_jdhuff.c |
+++ b/third_party/libjpeg/fpdfapi_jdhuff.c |
@@ -19,10 +19,6 @@ |
#include "jpeglib.h" |
#include "jdhuff.h" /* Declarations shared with jdphuff.c */ |
-#ifdef _FX_MANAGED_CODE_ |
-#define savable_state savable_state_d |
-#endif |
- |
/* |
* Expanded entropy decoder object for Huffman decoding. |
* |