Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit ad840ca

Browse files
authored
Merge pull request #3578 from ethereum/buildinfo
Fix build info for eth
2 parents d9eae99 + b2f5b8d commit ad840ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

eth/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
#include <libweb3jsonrpc/Test.h>
6262

6363
#include <ethminer/MinerAux.h>
64+
#include "BuildInfo.h"
6465
#include "AccountManager.h"
6566

6667
using namespace std;

libdevcore/Common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ using byte = uint8_t;
6262

6363
#define DEV_IGNORE_EXCEPTIONS(X) try { X; } catch (...) {}
6464

65-
#define DEV_IF_NO_ELSE(X) if(!(X)){}else
6665
#define DEV_IF_THROWS(X) try{X;}catch(...)
6766

6867
namespace dev

0 commit comments

Comments
 (0)