aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-02-21 15:30:46 +0000
committerfanquake <fanquake@gmail.com>2022-02-22 15:36:19 +0000
commit4c3e3c57463b029d335e685d3dcdaf26456666cf (patch)
tree9edc1a66757f5d4fcd2aa5a4d94cb52fd1ce8ff6 /src/util/system.h
parentc44e734dca64a15fae92255a5d848c04adaad2fa (diff)
downloadbitcoin-4c3e3c57463b029d335e685d3dcdaf26456666cf.tar.xz
refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp
Diffstat (limited to 'src/util/system.h')
-rw-r--r--src/util/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/system.h b/src/util/system.h
index a72ba3f3ed..f193c8ac0b 100644
--- a/src/util/system.h
+++ b/src/util/system.h
@@ -512,8 +512,6 @@ std::string HelpMessageOpt(const std::string& option, const std::string& message
*/
int GetNumCores();
-std::string CopyrightHolders(const std::string& strPrefix);
-
/**
* On platforms that support it, tell the kernel the calling thread is
* CPU-intensive and non-interactive. See SCHED_BATCH in sched(7) for details.