Skip to content

Commit

Permalink
Remove unused errinfo types
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 22, 2017
1 parent a3bd670 commit 09c548e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions libdevcore/Assertions.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ namespace dev
} \
while (false)

using errinfo_comment = boost::error_info<struct tag_comment, std::string>;

}
4 changes: 0 additions & 4 deletions libdevcore/Exceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

}

0 comments on commit 09c548e

Please sign in to comment.