headers: Remove libroot_lock.h.

Not used (the one file that included it did not actually use it),
and no longer needed with the introduction of user_mutex.
This commit is contained in:
Augustin Cavalier
2020-03-14 15:18:01 -04:00
parent 0ab9c3c538
commit 74592da9a0
2 changed files with 0 additions and 91 deletions
@@ -10,7 +10,6 @@
#include <Debug.h>
#include <AutoLocker.h>
#include <libroot_lock.h>
#include <syscalls.h>
#include <user_mutex_defs.h>
#include <user_thread.h>