Remove unused variable

This commit is contained in:
Matthias Beyer 2017-04-21 21:05:11 +02:00
parent e615ec040f
commit fb0ba1d8bc
1 changed files with 0 additions and 1 deletions

View File

@ -1948,7 +1948,6 @@ aspect = "test"
fn test_hook_execution(hook_positions: &[HP], storeid_name: &str) {
let mut store = get_store_with_config();
let pos = HP::PreCreate;
println!("Registering hooks...");
for pos in hook_positions {