fix(zlog): remove unused LogJsonStructure struct

This commit is contained in:
lily 2025-04-19 16:39:49 -04:00 committed by BitSyndicate
parent ad91e6f7aa
commit c28ccfefca
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

View file

@ -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};