Skip to content

Commit 0b62015

Browse files
committed
[Cleanup] Remove unused global fields from util.h/cpp
1 parent bc01a69 commit 0b62015

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/util.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@ const char * const PIVX_MASTERNODE_CONF_FILENAME = "masternode.conf";
9292
std::atomic<bool> fMasterNode{false};
9393
std::string strMasterNodeAddr = "";
9494
bool fLiteMode = false;
95-
96-
97-
/** Spork enforcement enabled time */
98-
int64_t enforceMasternodePaymentsTime = 4085657524;
99-
bool fSucessfullyLoaded = false;
95+
// budget finalization
10096
std::string strBudgetMode = "";
10197

10298
ArgsManager gArgs;

src/util.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ extern const char * const DEFAULT_DEBUGLOGFILE;
4343

4444
extern std::atomic<bool> fMasterNode;
4545
extern bool fLiteMode;
46-
extern int64_t enforceMasternodePaymentsTime;
4746
extern std::string strMasterNodeAddr;
48-
extern int keysLoaded;
49-
extern bool fSucessfullyLoaded;
5047
extern std::string strBudgetMode;
5148

5249
extern std::string strMiscWarning;

0 commit comments

Comments
 (0)