fix(zlog): remove unused LogJsonStructure struct
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 52s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (pull_request) Failing after 50s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped

This commit is contained in:
lily 2025-04-19 16:39:49 -04:00
parent 1f94471452
commit cb806fedfa
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};