From 559368684e276ceff513a94adf79daf4c02e851e Mon Sep 17 00:00:00 2001 From: lily Date: Sat, 19 Apr 2025 16:39:49 -0400 Subject: [PATCH] fix(zlog): remove unused `LogJsonStructure` struct --- subcrates/zlog/src/tests.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/subcrates/zlog/src/tests.rs b/subcrates/zlog/src/tests.rs index 5f72066..13c90ab 100644 --- a/subcrates/zlog/src/tests.rs +++ b/subcrates/zlog/src/tests.rs @@ -93,10 +93,6 @@ fn test_logger_sequential_consistency() { assert_eq!(counts.len(), 4096 * 128, "Found duplicate log entries"); } -struct LogJsonStructure { - -} - #[test] fn test_logger_sequential_consistency_json() { use std::sync::atomic::{AtomicUsize, Ordering};