diff options
author | chriseth <c@ethdev.com> | 2016-08-06 17:14:09 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-06 17:14:28 +0800 |
commit | 226ed7b9dcd4764a32cdc146e69a1156dcd401f6 (patch) | |
tree | 3170f307337ad646752cfa77e89a0ee7fbb09663 /libdevcore/Common.cpp | |
parent | 3c93a22d478b9439d6e226ad7954fe571117f439 (diff) | |
download | dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar.gz dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar.bz2 dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar.lz dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar.xz dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar.zst dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.zip |
Some cleanup regarding libdevcore. Also rename to avoid conflicts.
Diffstat (limited to 'libdevcore/Common.cpp')
-rw-r--r-- | libdevcore/Common.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp deleted file mode 100644 index 579e0f62..00000000 --- a/libdevcore/Common.cpp +++ /dev/null @@ -1,27 +0,0 @@ -/* - This file is part of cpp-ethereum. - - cpp-ethereum is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - cpp-ethereum is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>. -*/ -/** @file Common.cpp - * @author Gav Wood <i@gavwood.com> - * @date 2014 - */ - -#include "Common.h" - -namespace dev -{ -const u256 Invalid256 = ~(u256)0; -} |