Chromium Code Reviews| Index: src/unicode.h |
| diff --git a/src/unicode.h b/src/unicode.h |
| index bb5506d38e2531b0f60fd73f8676c3ad77277ab7..65a9af58fc6ad61ecf77ddca1d835e0546058df7 100644 |
| --- a/src/unicode.h |
| +++ b/src/unicode.h |
| @@ -226,9 +226,6 @@ struct Lowercase { |
| struct Letter { |
| static bool Is(uchar c); |
| }; |
| -struct Space { |
| - static bool Is(uchar c); |
| -}; |
| struct Number { |
| static bool Is(uchar c); |
| }; |