fix(zlog): remove unused LogJsonStructure struct

This commit is contained in:
lily 2025-04-19 16:39:49 -04:00
parent 7856664a91
commit 559368684e

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