diff options
| author | Stefan Boberg <[email protected]> | 2025-03-11 10:01:31 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-03-11 10:01:31 +0100 |
| commit | 04fcd3091353758e90381132e21cf8600fce84af (patch) | |
| tree | 7b19353242827e7a5beadef62afb10144fe39db5 /src/zenutil/include | |
| parent | Merge remote-tracking branch 'origin/main' into sb/build-cache (diff) | |
| download | zen-04fcd3091353758e90381132e21cf8600fce84af.tar.xz zen-04fcd3091353758e90381132e21cf8600fce84af.zip | |
remove redundant `ZEN_MEMSCOPE`
Diffstat (limited to 'src/zenutil/include')
| -rw-r--r-- | src/zenutil/include/zenutil/logging/rotatingfilesink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenutil/include/zenutil/logging/rotatingfilesink.h b/src/zenutil/include/zenutil/logging/rotatingfilesink.h index 758722156..cd28bdcb2 100644 --- a/src/zenutil/include/zenutil/logging/rotatingfilesink.h +++ b/src/zenutil/include/zenutil/logging/rotatingfilesink.h @@ -27,7 +27,6 @@ public: { ZEN_MEMSCOPE(ELLMTag::Logging); - ZEN_MEMSCOPE(ELLMTag::Logging); std::error_code Ec; if (RotateOnOpen) { |