summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-29 17:39:41 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-29 17:40:47 -0400
commitae158a5c404bc9bace66096ae0322383cc48f0a3 (patch)
treee87e2f05bfc6e8a326be034f18b151e3316aecf0 /lisc/lisc.h
parent5e5d0a1e999a4d41614c9cf3db2b68ce031026f1 (diff)
downloadroux-ae158a5c404bc9bace66096ae0322383cc48f0a3.tar.gz
more fixes for the new slot representation
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index dcc3652..0f4b507 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -296,7 +296,6 @@ extern int rclob[NRClob];
 ulong calldef(Ins, int *);
 ulong calluse(Ins, int *);
 ulong callclb(Ins, int *);
-int slota(int, int, int *);
 void isel(Fn *);
 
 /* spill.c */