diff options
Diffstat (limited to 'libdevcore/Assertions.h')
-rw-r--r-- | libdevcore/Assertions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdevcore/Assertions.h b/libdevcore/Assertions.h index 0151cfc1..729ffb05 100644 --- a/libdevcore/Assertions.h +++ b/libdevcore/Assertions.h @@ -54,6 +54,4 @@ namespace dev } \ while (false) -using errinfo_comment = boost::error_info<struct tag_comment, std::string>; - } |