Skip to content

Commit dcde6d1

Browse files
committed
Remove unused function.
1 parent f5db614 commit dcde6d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/proto.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ pub trait Proto {
105105

106106
fn run_command<I>(&mut self, command: &str, arguments: I) -> Result<()> where I: ToArguments;
107107

108-
fn read_map(&mut self) -> Result<BTreeMap<String, String>> {
109-
self.read_pairs().collect()
110-
}
111-
112108
fn read_structs<'a, T>(&'a mut self, key: &'static str) -> Result<Vec<T>>
113109
where T: 'a + FromMap
114110
{

0 commit comments

Comments
 (0)