diff options
author | worktycho <work.tycho@gmail.com> | 2014-06-04 12:02:17 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-06-04 12:02:17 +0200 |
commit | 85be62a8cd7eeb1c5c9a2967f9928abf46817261 (patch) | |
tree | 5a9a4e0c76f709a9c23a5d76174f2802a434556a | |
parent | Initialise m_Callbacks field to NULL in empty constructor. (diff) | |
download | cuberite-85be62a8cd7eeb1c5c9a2967f9928abf46817261.tar cuberite-85be62a8cd7eeb1c5c9a2967f9928abf46817261.tar.gz cuberite-85be62a8cd7eeb1c5c9a2967f9928abf46817261.tar.bz2 cuberite-85be62a8cd7eeb1c5c9a2967f9928abf46817261.tar.lz cuberite-85be62a8cd7eeb1c5c9a2967f9928abf46817261.tar.xz cuberite-85be62a8cd7eeb1c5c9a2967f9928abf46817261.tar.zst cuberite-85be62a8cd7eeb1c5c9a2967f9928abf46817261.zip |
-rw-r--r-- | src/PolarSSL++/AesCfb128Decryptor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PolarSSL++/AesCfb128Decryptor.h b/src/PolarSSL++/AesCfb128Decryptor.h index 68c203d70..84c790b83 100644 --- a/src/PolarSSL++/AesCfb128Decryptor.h +++ b/src/PolarSSL++/AesCfb128Decryptor.h @@ -19,7 +19,6 @@ class cAesCfb128Decryptor { public: - Byte test; cAesCfb128Decryptor(void); ~cAesCfb128Decryptor(); |