Removed temporary files

This commit is contained in:
Connor Wood
2017-06-21 20:54:29 +01:00
parent 94b0e7de37
commit 61776f7af8
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
venos@Maponos.11470:1498034251

View File

@@ -213,7 +213,7 @@ impl AmlExecutable for NamedObj {
let local_scope_string = get_namespace_string(scope, name.clone());
namespace.insert(local_scope_string, AmlValue::Event);
},
// _ => ()
_ => ()
}
None