diff options
Diffstat (limited to 'languages/ada/adasupport.hpp')
-rw-r--r-- | languages/ada/adasupport.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/languages/ada/adasupport.hpp b/languages/ada/adasupport.hpp deleted file mode 100644 index 9d65e0e5..00000000 --- a/languages/ada/adasupport.hpp +++ /dev/null @@ -1,13 +0,0 @@ -/* - */ -#ifndef ADASUPPORT_H -#define ADASUPPORT_H - -#include <string> -#include "AdaAST.hpp" - -std::string text (const RefAdaAST& n); -int txteq (RefAdaAST n1, RefAdaAST n2); - -#endif - |