diff options
author | Aokromes <aokromes@gmail.com> | 2017-11-25 02:39:27 +0100 |
---|---|---|
committer | Aokromes <aokromes@gmail.com> | 2017-11-25 02:39:27 +0100 |
commit | 59e94fd9bb1ff82d9a34a6c693b680039c3a68b9 (patch) | |
tree | 627aeeacb534ec46311a48af626f5c253d773abe /src/common/Cryptography/BigNumber.h | |
parent | 5f2c5f2ed376bc2ab9107a4a8da7df04f8aef85a (diff) |
Misc: More cleanup
Diffstat (limited to 'src/common/Cryptography/BigNumber.h')
-rw-r--r-- | src/common/Cryptography/BigNumber.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Cryptography/BigNumber.h b/src/common/Cryptography/BigNumber.h index 8936ffffe53..0e68a760497 100644 --- a/src/common/Cryptography/BigNumber.h +++ b/src/common/Cryptography/BigNumber.h @@ -99,4 +99,3 @@ class TC_COMMON_API BigNumber }; #endif - |