diff options
author | Paweł Bylica <chfast@gmail.com> | 2016-11-08 08:16:21 +0800 |
---|---|---|
committer | Paweł Bylica <chfast@gmail.com> | 2016-11-08 08:16:31 +0800 |
commit | 598154ed17f4155406ec1c047f3294c316ebd658 (patch) | |
tree | 739ed636a30bcfda6d6716de3d4ffae83b60a479 /libdevcore | |
parent | 10019d4a5e9ae063f7f4fe3b70a096e554e89805 (diff) | |
download | dexon-solidity-598154ed17f4155406ec1c047f3294c316ebd658.tar dexon-solidity-598154ed17f4155406ec1c047f3294c316ebd658.tar.gz dexon-solidity-598154ed17f4155406ec1c047f3294c316ebd658.tar.bz2 dexon-solidity-598154ed17f4155406ec1c047f3294c316ebd658.tar.lz dexon-solidity-598154ed17f4155406ec1c047f3294c316ebd658.tar.xz dexon-solidity-598154ed17f4155406ec1c047f3294c316ebd658.tar.zst dexon-solidity-598154ed17f4155406ec1c047f3294c316ebd658.zip |
Drop CryptoPP leftovers
Especially, do not compile CryptoPP for Emscripten.
Diffstat (limited to 'libdevcore')
-rw-r--r-- | libdevcore/Common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdevcore/Common.h b/libdevcore/Common.h index 43ae7162..d65cfeac 100644 --- a/libdevcore/Common.h +++ b/libdevcore/Common.h @@ -70,7 +70,6 @@ #include "vector_ref.h" -// CryptoPP defines byte in the global namespace, so must we. using byte = uint8_t; // Quote a given token stream to turn it into a string. |