Remove Lock structure again as we changed design

This commit is contained in:
Philipp Oppermann
2015-11-26 10:14:04 +01:00
parent f917bd67a1
commit 6b72dd8223
2 changed files with 0 additions and 22 deletions

View File

@@ -1,8 +0,0 @@
/// The paging lock must be unique. It is required for all page table operations and thus
/// guarantees exclusive page table access.
pub struct Lock {
_private: (),
}
impl !Send for Lock {}
impl !Sync for Lock {}