summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-12-18 20:32:54 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-12-18 20:32:54 -0500
commitb871c261a1d998f663085577bc2810b4df4724c8 (patch)
treee3943605c29ccd23d0ee34d11dfb981cb0b81c09
parent5163c8902ef4ac768e5ced0ea861fa7b4a41c4a6 (diff)
downloadroux-b871c261a1d998f663085577bc2810b4df4724c8.tar.gz
delete callclb altogether
-rw-r--r--lisc/isel.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index e089c08..9fff5ad 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -512,13 +512,6 @@ calluse(Ins i, int p[2])
 	return b;
 }
 
-ulong
-callclb(Ins i, int p[2])
-{
-	(void)i; (void)p;
-	assert(!"oops");
-}
-
 static void
 selcall(Fn *fn, Ins *i0, Ins *i1)
 {