Chromium Code Reviews| Index: src/record/SkRecords.h |
| diff --git a/src/record/SkRecords.h b/src/record/SkRecords.h |
| index bfa15496f31746284dfdc1358baaa2f68a421997..d4b6852d705d956556cca35e547a31c82870b511 100644 |
| --- a/src/record/SkRecords.h |
| +++ b/src/record/SkRecords.h |
| @@ -63,7 +63,6 @@ enum Type { SK_RECORD_TYPES(ENUM) }; |
| #define RECORD0(T) \ |
| struct T { \ |
| static const Type kType = T##_Type; \ |
| - T() {} \ |
| }; |
| // We try to be flexible about the types the constructors take. Instead of requring the exact type |