remove arch_irn_class_is macro as it hides usages of arch_irn_class_XXX from grep...
[libfirm] / ir / be / beutil.h
index 0dcd29b..73502c8 100644 (file)
@@ -52,12 +52,6 @@ typedef unsigned long long ulong64;
 /* iterate over a list of ir_nodes linked by link field */
 #define foreach_linked_irns(head, iter) for ((iter) = (head); (iter); (iter) = get_irn_link((iter)))
 
-/**
- * Get an empty set.
- * This function always returns the same set.
- */
-pset *be_empty_set(void);
-
 /**
  * Convenient block getter.
  * Works also, if the given node is a block.