summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-19 12:39:19 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-19 12:39:19 -0700
commit959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 (patch)
tree75f987b6df1fe356124ec8d39fb7aee194dceb5e /core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c
parente295819e5ded76e405b6d5800401cb5983b4ce10 (diff)
downloadpdfium-959eb05140a8f5af7724a2da4cf5d04e2e50f4a6.tar.xz
Move zlib to third_party/
Remove some fx_* files that simply included other files along the way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1197693003.
Diffstat (limited to 'core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c')
-rw-r--r--core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c b/core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c
deleted file mode 100644
index e7f7453519..0000000000
--- a/core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2014 PDFium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-
-#ifdef _MSC_VER
-#define _CRT_SECURE_NO_WARNINGS
-#endif
-#include "../zlib_v128/fx_zlib_crc32.c"