tremove empty qlock.c - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6a5c5d48705ef8374f5172731408f0f27b0f0dc6
(DIR) parent 1cc215aaf92a6cf3cea436f2c215a84839fd59bc
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 26 Dec 2004 02:08:53 +0000
remove empty qlock.c
Diffstat:
M src/libthread/mkfile | 1 -
D src/libthread/qlock.c | 3 ---
2 files changed, 0 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/src/libthread/mkfile b/src/libthread/mkfile
t@@ -7,7 +7,6 @@ OFILES=\
ioproc.$O\
iorw.$O\
pthread.$O\
- qlock.$O\
ref.$O\
thread.$O\
(DIR) diff --git a/src/libthread/qlock.c b/src/libthread/qlock.c
t@@ -1,3 +0,0 @@
-#include "u.h"
-#include "libc.h"
-