mirror of
https://github.com/haileys/bark
synced 2025-03-16 22:57:00 +00:00
remove unused struct
This commit is contained in:
parent
dcd5962b19
commit
87444230dd
1 changed files with 0 additions and 6 deletions
|
@ -60,12 +60,6 @@ impl Stream {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct ClockInfo {
|
||||
pub network_latency_usec: i64,
|
||||
pub clock_diff_usec: i64,
|
||||
}
|
||||
|
||||
impl Receiver {
|
||||
pub fn new() -> Self {
|
||||
Receiver {
|
||||
|
|
Loading…
Add table
Reference in a new issue