diff options
author | Christian Cunningham <cc@localhost> | 2022-03-19 17:32:10 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-19 17:32:10 -0700 |
commit | e9418d9eb3de66dcd4dfc6641ed412f47e4afb97 (patch) | |
tree | 441e82f98278bbc80807c93a97b528a226cafb13 /src/util/lock.c | |
parent | b97794f06c02194d63309d7038d32af392be3cb5 (diff) |
Removed old comments
Diffstat (limited to 'src/util/lock.c')
-rw-r--r-- | src/util/lock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/lock.c b/src/util/lock.c index 50091b0..c9fe654 100644 --- a/src/util/lock.c +++ b/src/util/lock.c @@ -3,8 +3,6 @@ #include <util/mutex.h> #include <util/lock.h> -// TODO: Improve locking for system -// 1. Deadlock prevention by going through mutex list void lock(struct Lock* l) { unsigned long mode = getmode() & 0x1F; |