diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-10-02 09:10:06 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-02 13:32:00 +0000 |
commit | 59dfc62e56ec5dd88e5445e13467e0e1a3f1690f (patch) | |
tree | 9980509b79377dfb225ee32d4d3e98d27e14c639 /core/fdrm | |
parent | a5c32a120ae918ecebab4042b3e52278f7a24b51 (diff) | |
download | pdfium-59dfc62e56ec5dd88e5445e13467e0e1a3f1690f.tar.xz |
Removing unused defines
Remove unused defines.
Change-Id: Ibf10d8470f19cbf4528fe1342398a39ef15c1d12
Reviewed-on: https://pdfium-review.googlesource.com/15110
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'core/fdrm')
-rw-r--r-- | core/fdrm/crypto/fx_crypt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fdrm/crypto/fx_crypt.h b/core/fdrm/crypto/fx_crypt.h index 5416080af7..4f6717fed8 100644 --- a/core/fdrm/crypto/fx_crypt.h +++ b/core/fdrm/crypto/fx_crypt.h @@ -17,7 +17,6 @@ struct CRYPT_rc4_context { }; #define MAX_NR 14 -#define MAX_NK 8 #define MAX_NB 8 struct CRYPT_aes_context { void (*encrypt)(CRYPT_aes_context* ctx, unsigned int* block); |