| Index: dart/frog/leg/lib/mockimpl.dart
|
| diff --git a/dart/frog/leg/lib/mockimpl.dart b/dart/frog/leg/lib/mockimpl.dart
|
| index c1000c4e630eed9a636bea66a7a04e77ff72bb71..503ffdedf2664b77b587bed8c0aec11e89ee1f7a 100644
|
| --- a/dart/frog/leg/lib/mockimpl.dart
|
| +++ b/dart/frog/leg/lib/mockimpl.dart
|
| @@ -14,12 +14,6 @@ class JSSyntaxRegExp implements RegExp {
|
| }
|
| }
|
|
|
| -class StringBufferImpl {
|
| - StringBufferImpl([content]) {
|
| - throw 'StringBufferImpl is not implemented';
|
| - }
|
| -}
|
| -
|
| class ReceivePortFactory {
|
| factory ReceivePort() {
|
| throw 'factory ReceivePort is not implemented';
|
|
|