Skip to content

Commit

Permalink
Clean up old CPID functions in favor of NN API
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrossignol committed Jun 8, 2019
1 parent 08b4311 commit 379be07
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 887 deletions.
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ GRIDCOIN_CORE_H = \
contract/polls.h \
contract/contract.h \
contract/superblock.h \
cpid.h \
crypter.h \
db.h \
fwd.h \
Expand Down Expand Up @@ -136,7 +135,6 @@ GRIDCOIN_CORE_CPP = addrman.cpp \
contract/polls.cpp \
contract/contract.cpp \
contract/superblock.cpp \
cpid.cpp \
crypter.cpp \
db.cpp \
gridcoin.cpp \
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ GRIDCOIN_TESTS =\
test/beacon_tests.cpp \
test/bignum_tests.cpp \
test/block_tests.cpp \
test/cpid_tests.cpp \
test/crypter_tests.cpp \
test/getarg_tests.cpp \
test/gridcoin_tests.cpp \
Expand Down
1 change: 0 additions & 1 deletion src/contract/contract.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "cpid.h"
#include "init.h"
#include "rpcclient.h"
#include "rpcserver.h"
Expand Down
1 change: 0 additions & 1 deletion src/contract/polls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "rpcclient.h"
#include "rpcserver.h"
#include "appcache.h"
#include "cpid.h"
#include "init.h" // for pwalletMain
#include "block.h"

Expand Down
Loading

0 comments on commit 379be07

Please sign in to comment.