forked from nonsensical-dev/zenyx-engine
fix(zlog): remove unused LogJsonStructure
struct
This commit is contained in:
parent
ad91e6f7aa
commit
c28ccfefca
1 changed files with 0 additions and 4 deletions
|
@ -93,10 +93,6 @@ fn test_logger_sequential_consistency() {
|
||||||
assert_eq!(counts.len(), 4096 * 128, "Found duplicate log entries");
|
assert_eq!(counts.len(), 4096 * 128, "Found duplicate log entries");
|
||||||
}
|
}
|
||||||
|
|
||||||
struct LogJsonStructure {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_logger_sequential_consistency_json() {
|
fn test_logger_sequential_consistency_json() {
|
||||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue