removed unitialized used vartiable
[libfirm] / ir / be / beraextern.h
1 /**
2  * Author:      Daniel Grund
3  * Date:                17.01.2006
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  *
7  * Implementation of the RA-Interface for an external, non-SSA register allocator
8  */
9 #ifndef _BERAEXTERN_H
10 #define _BERAEXTERN_H
11
12 #include "bera.h"
13
14 #endif