Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Oct 31, 2023
1 parent b592b10 commit 745dc70
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 261 deletions.
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ BITCOIN_CORE_H = \
external_signer.h \
flatfile.h \
groestlcoin.h \
grs-config.h \
headerssync.h \
httprpc.h \
httpserver.h \
Expand Down
8 changes: 2 additions & 6 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
#include <util/macros.h>

#if defined(HAVE_CONFIG_H)
# if defined(_MSC_VER)
# include "grs-config.h"
# else
# include <config/bitcoin-config.h>
# endif
#include <config/bitcoin-config.h>
#endif //HAVE_CONFIG_H

// Check that required client information is defined
Expand All @@ -24,7 +20,7 @@
#define COPYRIGHT_STR "2014-" STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL

/**
* bitcoind-res.rc includes this file, but it cannot cope with real c++ code.
* groestlcoind-res.rc includes this file, but it cannot cope with real c++ code.
* WINDRES_PREPROC is defined to indicate that its pre-processor is running.
* Anything other than a define should be guarded below.
*/
Expand Down
32 changes: 0 additions & 32 deletions src/grs-config.h

This file was deleted.

222 changes: 0 additions & 222 deletions src/vc-inc.h

This file was deleted.

0 comments on commit 745dc70

Please sign in to comment.