From 598154ed17f4155406ec1c047f3294c316ebd658 Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Tue, 8 Nov 2016 01:16:21 +0100 Subject: Drop CryptoPP leftovers Especially, do not compile CryptoPP for Emscripten. --- libdevcore/Common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libdevcore') 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. -- cgit