removed unitialized used vartiable
[libfirm] / ir / be / beraextern.h
index dcc42b9..a6d351f 100644 (file)
@@ -6,12 +6,9 @@
  *
  * Implementation of the RA-Interface for an external, non-SSA register allocator
  */
-
 #ifndef _BERAEXTERN_H
 #define _BERAEXTERN_H
 
 #include "bera.h"
 
-const be_ra_t be_ra_external_allocator;
-
-#endif
\ No newline at end of file
+#endif