summaryrefslogtreecommitdiff
path: root/limbo/ecom.c
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-02-01 19:00:57 +0000
committerCharles.Forsyth <devnull@localhost>2008-02-01 19:00:57 +0000
commit1ca4518d984a3e2dee44a160397cb720c61d2449 (patch)
treebbc04f7959db7e9b997ca4d4f07dffcd915701ce /limbo/ecom.c
parente2adf7ef1f7981d7eb5005b22a5ce5a61bda8344 (diff)
20080201-1908
Diffstat (limited to 'limbo/ecom.c')
-rw-r--r--limbo/ecom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/limbo/ecom.c b/limbo/ecom.c
index 2dfa2f68..86417808 100644
--- a/limbo/ecom.c
+++ b/limbo/ecom.c
@@ -2372,7 +2372,6 @@ tupaliased(Node *n, Node *e)
return 1;
e = e->right;
}
- return 0;
}
/*
@@ -2390,7 +2389,6 @@ tupsaliased(Node *n, Node *e)
return 1;
n = n->right;
}
- return 0;
}
/*