summaryrefslogtreecommitdiffstats
path: root/src/crypt_zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt_zip.c')
-rw-r--r--src/crypt_zip.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crypt_zip.c b/src/crypt_zip.c
index e50fa6b1c5..ed17d956b0 100644
--- a/src/crypt_zip.c
+++ b/src/crypt_zip.c
@@ -24,11 +24,7 @@
*/
/* Need a type that should be 32 bits. 64 also works but wastes space. */
-# if VIM_SIZEOF_INT >= 4
typedef unsigned int u32_T; /* int is at least 32 bits */
-# else
-typedef unsigned long u32_T; /* long should be 32 bits or more */
-# endif
/* The state of encryption, referenced by cryptstate_T. */
typedef struct {