| Index: runtime/vm/regexp_assembler.h
|
| diff --git a/runtime/vm/regexp_assembler.h b/runtime/vm/regexp_assembler.h
|
| index f4a2eb5d2f488ed3df55046aa9e3eec8db65cf2c..4ca94235a10916ce0ee25639082d3b0478867511 100644
|
| --- a/runtime/vm/regexp_assembler.h
|
| +++ b/runtime/vm/regexp_assembler.h
|
| @@ -14,7 +14,6 @@ namespace dart {
|
| // Utility function for the DotPrinter
|
| void PrintUtf16(uint16_t c);
|
|
|
| -
|
| /// Convenience wrapper around a BlockEntryInstr pointer.
|
| class BlockLabel : public ValueObject {
|
| // Used by the IR assembler.
|
| @@ -76,7 +75,6 @@ class BlockLabel : public ValueObject {
|
| intptr_t pos_;
|
| };
|
|
|
| -
|
| class RegExpMacroAssembler : public ZoneAllocated {
|
| public:
|
| // The implementation must be able to handle at least:
|
|
|