fix(zlog): remove unused LogJsonStructure struct

This commit is contained in:
lily 2025-04-19 16:39:49 -04:00
parent d6541ab699
commit a92cbb0544
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

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