diff gen/todt.c @ 52:0c77619e803b trunk

[svn r56] Initial support for TypeInfo. Enums not work. Several other bugfixes.
author lindquist
date Tue, 23 Oct 2007 05:55:12 +0200
parents c53b6e3fe49a
children
line wrap: on
line diff
--- a/gen/todt.c	Mon Oct 22 17:25:44 2007 +0200
+++ b/gen/todt.c	Tue Oct 23 05:55:12 2007 +0200
@@ -116,36 +116,6 @@
 {
 }
 
-
-void TypeInfoPointerDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoArrayDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoStaticArrayDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoAssociativeArrayDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoEnumDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoFunctionDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoDelegateDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoInterfaceDeclaration::toDt(dt_t **pdt)
-{
-}
-void TypeInfoTupleDeclaration::toDt(dt_t **pdt)
-{
-}
-
-
 dt_t **Type::toDt(dt_t **pdt)
 {
     return 0;