| Index: runtime/bin/dartutils.cc
|
| diff --git a/runtime/bin/dartutils.cc b/runtime/bin/dartutils.cc
|
| index 0b5e0164960b1d66aa69dc00c3d1b2356dc9fba5..e11392720af3d1e3b49b465ef70a4bfb11567b4b 100644
|
| --- a/runtime/bin/dartutils.cc
|
| +++ b/runtime/bin/dartutils.cc
|
| @@ -783,11 +783,6 @@ void CObject::FreeIOBufferData(Dart_CObject* cobject) {
|
| }
|
|
|
|
|
| -static int kArgumentError = 1;
|
| -static int kOSError = 2;
|
| -static int kFileClosedError = 3;
|
| -
|
| -
|
| CObject* CObject::IllegalArgumentError() {
|
| CObjectArray* result = new CObjectArray(CObject::NewArray(1));
|
| result->SetAt(0, new CObjectInt32(CObject::NewInt32(kArgumentError)));
|
|
|