diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-09-07 07:58:42 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-11-03 14:01:40 +0100 |
commit | fa62304c9760f0de9838e56150008816e7a9bacb (patch) | |
tree | 5ee13155106065bc2fa672194a7422db93ce08d1 /src/warnings.h | |
parent | 218fe60d91a9190aa0ee561479044df368214766 (diff) |
Remove dead CheckForkWarningConditionsOnNewFork
Diffstat (limited to 'src/warnings.h')
-rw-r--r-- | src/warnings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/warnings.h b/src/warnings.h index 28546eb753..e87b64a86d 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -11,8 +11,6 @@ struct bilingual_str; void SetMiscWarning(const bilingual_str& warning); -void SetfLargeWorkForkFound(bool flag); -bool GetfLargeWorkForkFound(); void SetfLargeWorkInvalidChainFound(bool flag); /** Format a string that describes several potential problems detected by the core. * @param[in] verbose bool |