| Index: src/types.cc
|
| diff --git a/src/types.cc b/src/types.cc
|
| index 804ea5ece64d8a12941040014fb2300d5e59c2bd..9cab090695037aff9768a9a6c2de746ddbf050aa 100644
|
| --- a/src/types.cc
|
| +++ b/src/types.cc
|
| @@ -568,7 +568,6 @@ Representation Representation::FromType(Type* type) {
|
| }
|
|
|
|
|
| -#ifdef OBJECT_PRINT
|
| template<class Config>
|
| void TypeImpl<Config>::TypePrint(PrintDimension dim) {
|
| TypePrint(stdout, dim);
|
| @@ -666,7 +665,6 @@ void TypeImpl<Config>::TypePrint(FILE* out, PrintDimension dim) {
|
| PrintF(out, ")");
|
| }
|
| }
|
| -#endif
|
|
|
|
|
| template class TypeImpl<ZoneTypeConfig>;
|
|
|