diff options
| author | Dan Engelbrecht <[email protected]> | 2025-10-03 15:57:42 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-03 15:57:42 +0200 |
| commit | 42a2c2582b10a598ce5ef50f7feb4bab394b8fc1 (patch) | |
| tree | 267816281dcdbeda9900a38e6863265ecc257f15 /src/zenutil/zenutil.cpp | |
| parent | 5.7.5-pre0 (diff) | |
| download | zen-42a2c2582b10a598ce5ef50f7feb4bab394b8fc1.tar.xz zen-42a2c2582b10a598ce5ef50f7feb4bab394b8fc1.zip | |
cacherequests helpers test only (#551)
* don't use cacherequests utils in cache_cmd.cpp
* make zenutil/cacherequests code into test code helpers only
Diffstat (limited to 'src/zenutil/zenutil.cpp')
| -rw-r--r-- | src/zenutil/zenutil.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp index 586fd1513..8e35e6223 100644 --- a/src/zenutil/zenutil.cpp +++ b/src/zenutil/zenutil.cpp @@ -4,7 +4,6 @@ #if ZEN_WITH_TESTS -# include <zenutil/cache/cacherequests.h> # include <zenutil/cache/rpcrecording.h> # include <zenutil/commandlineoptions.h> # include <zenutil/wildcard.h> @@ -14,9 +13,7 @@ namespace zen { void zenutil_forcelinktests() { - cachepolicy_forcelink(); cache::rpcrecord_forcelink(); - cacherequests_forcelink(); commandlineoptions_forcelink(); wildcard_forcelink(); } |