diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 16:30:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-23 17:35:02 +0100 |
| commit | 52d807654169d6443909c1d5dd20a155801faa26 (patch) | |
| tree | 727774d21ea1f4b54ccd61a09127894cb8d572ef /tools/dcpverify.cc | |
| parent | a6ccc587277b848b4a60c07456b11eb1b076d181 (diff) | |
Remove String::compose and use fmt instead.
Diffstat (limited to 'tools/dcpverify.cc')
| -rw-r--r-- | tools/dcpverify.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dcpverify.cc b/tools/dcpverify.cc index 88f0d705..81c3bcf6 100644 --- a/tools/dcpverify.cc +++ b/tools/dcpverify.cc @@ -33,7 +33,6 @@ #include "common.h" -#include "compose.hpp" #include "filesystem.h" #include "raw_convert.h" #include "verify.h" |
