aboutsummaryrefslogtreecommitdiff
path: root/acid/port
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 16:51:43 +0000
committerrsc <devnull@localhost>2005-02-11 16:51:43 +0000
commit2a931b7266c8a6550aca5f75b2ce3bf8655aa45b (patch)
tree707c22bb882f7a0d9fce75b5ce876b8c28080ed0 /acid/port
parent2709e6e3689c2f7957758de452ee740136e5eec0 (diff)
downloadplan9port-2a931b7266c8a6550aca5f75b2ce3bf8655aa45b.tar.gz
plan9port-2a931b7266c8a6550aca5f75b2ce3bf8655aa45b.tar.bz2
plan9port-2a931b7266c8a6550aca5f75b2ce3bf8655aa45b.zip
clean up pthread for linux
Diffstat (limited to 'acid/port')
-rw-r--r--acid/port6
1 files changed, 0 insertions, 6 deletions
diff --git a/acid/port b/acid/port
index 7d8657aa..9759873e 100644
--- a/acid/port
+++ b/acid/port
@@ -33,11 +33,6 @@ notelstk(addr)
_stk({"PC", pc, "SP", sp, linkreg(addr)}, 1);
}
-// defn labstk(l) // trace from a label
-// {
-// _stk({"PC", *(l+4), "SP", *l, linkreg(0)}, 0);
-// }
-
defn params(param)
{
while param do {
@@ -119,7 +114,6 @@ defn _stk(regs, dolocals)
if callerpc == 0 then
done=1;
}
-
if callerpc && !done then {
print(stkprefix, fmt(callerpc, 'a'), " ");
pfl(callerpc);