summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/all.h b/all.h
index 5f87466..5a5c3c0 100644
--- a/all.h
+++ b/all.h
@@ -100,15 +100,6 @@ struct Ref {
 	uint32_t val:29;
 };
 
-enum Alt {
-	AType,
-	ACall,
-	AMem,
-
-	AShift = 28,
-	AMask = (1<<AShift) - 1
-};
-
 enum {
 	RTmp,
 	RCon,