aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/Exceptions.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-22 04:50:05 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-06-22 18:25:07 +0800
commit09c548ec69478ee0fa1b1d017481c78d58662280 (patch)
tree29a88a7b964793eba278b910b40d7a86569ac98c /libdevcore/Exceptions.h
parenta3bd670154da3c8cc153da4b2535cd3012d75885 (diff)
downloaddexon-solidity-09c548ec69478ee0fa1b1d017481c78d58662280.tar.gz
dexon-solidity-09c548ec69478ee0fa1b1d017481c78d58662280.tar.zst
dexon-solidity-09c548ec69478ee0fa1b1d017481c78d58662280.zip
Remove unused errinfo types
Diffstat (limited to 'libdevcore/Exceptions.h')
-rw-r--r--libdevcore/Exceptions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdevcore/Exceptions.h b/libdevcore/Exceptions.h
index 37cdbed9..4817e9e3 100644
--- a/libdevcore/Exceptions.h
+++ b/libdevcore/Exceptions.h
@@ -56,9 +56,5 @@ DEV_SIMPLE_EXCEPTION(FileError);
// error information to be added to exceptions
using errinfo_invalidSymbol = boost::error_info<struct tag_invalidSymbol, char>;
using errinfo_comment = boost::error_info<struct tag_comment, std::string>;
-using errinfo_required = boost::error_info<struct tag_required, bigint>;
-using errinfo_got = boost::error_info<struct tag_got, bigint>;
-using errinfo_required_h256 = boost::error_info<struct tag_required_h256, h256>;
-using errinfo_got_h256 = boost::error_info<struct tag_get_h256, h256>;
}