Fix warnings

This commit is contained in:
Carl Lerche
2017-08-24 15:52:01 -07:00
parent 638791ac6c
commit b0e6867877
26 changed files with 91 additions and 238 deletions

View File

@@ -72,12 +72,4 @@ impl StreamDependency {
pub fn dependency_id(&self) -> StreamId {
self.dependency_id
}
pub fn weight(&self) -> u8 {
self.weight
}
pub fn is_exclusive(&self) -> bool {
self.is_exclusive
}
}