fix(zlog): remove unused LogJsonStructure struct

This commit is contained in:
lily 2025-04-19 16:39:49 -04:00
parent f80acdcdd2
commit d8300535fb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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};