mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove obscure DEV_IGNORE_EXCEPTIONS macro
This commit is contained in:
@@ -76,8 +76,6 @@ using byte = uint8_t;
|
||||
#define DEV_QUOTED_HELPER(s) #s
|
||||
#define DEV_QUOTED(s) DEV_QUOTED_HELPER(s)
|
||||
|
||||
#define DEV_IGNORE_EXCEPTIONS(X) try { X; } catch (...) {}
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user