| Index: utils/archive/reader.c
|
| diff --git a/utils/archive/reader.c b/utils/archive/reader.c
|
| index 95eae49a1a4c830324c71741b7aef93ab1ab2d5c..be768b66ca689d80d64b3abbdfec7f966b4846f4 100644
|
| --- a/utils/archive/reader.c
|
| +++ b/utils/archive/reader.c
|
| @@ -341,7 +341,5 @@ void archiveReadClose(Dart_Port p, struct archive* a) {
|
| }
|
|
|
| void archiveReadFree(Dart_Port p, struct archive* a) {
|
| - // TODO(nweiz): Should we attach a finalizer to the Dart object that calls
|
| - // this automatically?
|
| checkResult(p, a, archive_read_free(a));
|
| }
|
|
|