summaryrefslogtreecommitdiff
path: root/src/3rdparty/md5/md5.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-10-26 23:03:03 +0000
committersmatz <smatz@openttd.org>2009-10-26 23:03:03 +0000
commit1bc7684ff0224e16f50f71879ce017988270650e (patch)
treeb96cddff38d6b998b13d123eaa3e1b664bddb240 /src/3rdparty/md5/md5.h
parente61008b599e1c45394406654dada60ba8ace0705 (diff)
downloadopenttd-1bc7684ff0224e16f50f71879ce017988270650e.tar.xz
(svn r17883) -Codechange: little cleaning in md5.cpp and md5.h
Diffstat (limited to 'src/3rdparty/md5/md5.h')
-rw-r--r--src/3rdparty/md5/md5.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/3rdparty/md5/md5.h b/src/3rdparty/md5/md5.h
index a3c4a6d9f..9748dc444 100644
--- a/src/3rdparty/md5/md5.h
+++ b/src/3rdparty/md5/md5.h
@@ -55,16 +55,6 @@
#ifndef MD5_INCLUDED
#define MD5_INCLUDED
-/*
- * This package supports both compile-time and run-time determination of CPU
- * byte order. If ARCH_IS_BIG_ENDIAN is defined as 0, the code will be
- * compiled to run only on little-endian CPUs; if ARCH_IS_BIG_ENDIAN is
- * defined as non-zero, the code will be compiled to run only on big-endian
- * CPUs; if ARCH_IS_BIG_ENDIAN is not defined, the code will be compiled to
- * run on either big- or little-endian CPUs, but will run slightly less
- * efficiently on either one than if ARCH_IS_BIG_ENDIAN is defined.
- */
-
struct Md5 {
private:
uint32 count[2]; ///< message length in bits, lsw first