summaryrefslogtreecommitdiff
path: root/src/md5.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-14 09:29:44 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-14 09:29:44 +0000
commit011ba96d5326c78f124da0373a3d27eb1f674ff5 (patch)
tree251e209e0a82af209fdfe8791ef1a9d6a8d27124 /src/md5.h
parentd7cc6f5b55a0d005ffc669810f7671002c5d63dc (diff)
Removed dead code (_WIN32_WCE)
Diffstat (limited to 'src/md5.h')
-rw-r--r--src/md5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/md5.h b/src/md5.h
index 12613fe..a7b9f17 100644
--- a/src/md5.h
+++ b/src/md5.h
@@ -21,9 +21,6 @@ struct MD5Context {
unsigned char in[64];
uint32 buf[4];
uint32 bits[2];
-#ifdef _WIN32_WCE
- uint32 pad[2];
-#endif
int doByteReverse;
};