hammond_data::Feed: Remove unused parts.

This commit is contained in:
Jordan Petridis
2018-01-16 12:35:08 +02:00
parent 3358fcd0b3
commit 7f78e87551
4 changed files with 22 additions and 72 deletions
-1
View File
@@ -95,7 +95,6 @@ fn bench_get_normal_feeds(b: &mut Bencher) {
b.iter(|| {
let sources = hammond_data::dbqueries::get_sources().unwrap();
index_loop(sources);
println!("I RUN");
});
}