Dropping a reference does nothing.

Allows clippy to continue compilation
This commit is contained in:
kjeremy 2020-01-13 10:51:39 -05:00
parent a30129be5a
commit 0610444407

View File

@ -183,7 +183,6 @@ pub fn run(
println!("Total: {:?}, {}", analysis_time.elapsed(), ra_prof::memory_usage());
if memory_usage {
drop(db);
for (name, bytes) in host.per_query_memory_usage() {
println!("{:>8} {}", bytes, name)
}