comparison gen/typeinf.h @ 1283:450897f5aae9

Remove some dead code.
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 02 May 2009 11:58:50 +0200
parents eef8ac26c66c
children
comparison
equal deleted inserted replaced
1282:680b4df0ea36 1283:450897f5aae9
2 #define LDC_GEN_TYPEINF_H 2 #define LDC_GEN_TYPEINF_H
3 3
4 void DtoResolveTypeInfo(TypeInfoDeclaration* tid); 4 void DtoResolveTypeInfo(TypeInfoDeclaration* tid);
5 void DtoDeclareTypeInfo(TypeInfoDeclaration* tid); 5 void DtoDeclareTypeInfo(TypeInfoDeclaration* tid);
6 void DtoConstInitTypeInfo(TypeInfoDeclaration* tid); 6 void DtoConstInitTypeInfo(TypeInfoDeclaration* tid);
7 void DtoDefineTypeInfo(TypeInfoDeclaration* tid);
8 7
9 #endif 8 #endif