Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c9ca40b

Browse files
committed
Clean imports
Additional cleanup
1 parent 1f62be4 commit c9ca40b

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

runtime/dart_isolate.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,10 +1042,6 @@ Dart_Handle DartIsolate::OnDartLoadLibrary(intptr_t loading_unit_id) {
10421042
if (Current()->platform_configuration()) {
10431043
Current()->platform_configuration()->client()->RequestDartDeferredLibrary(
10441044
loading_unit_id);
1045-
} else {
1046-
FML_LOG(ERROR) << "Platform Configuration was null. Deferred library load "
1047-
"request was not sent for loading unit "
1048-
<< loading_unit_id << ".";
10491045
}
10501046
return Dart_Null();
10511047
}

runtime/runtime_controller.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
#include "flutter/runtime/runtime_controller.h"
66

7-
#include <sstream>
8-
97
#include "flutter/fml/message_loop.h"
108
#include "flutter/fml/trace_event.h"
119
#include "flutter/lib/ui/compositing/scene.h"

testing/elf_loader.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
#include "flutter/testing/elf_loader.h"
66

7-
#include <dlfcn.h>
8-
97
#include "flutter/fml/file.h"
10-
#include "flutter/fml/mapping.h"
11-
#include "flutter/fml/native_library.h"
128
#include "flutter/fml/paths.h"
139
#include "flutter/runtime/dart_vm.h"
1410
#include "flutter/testing/testing.h"

testing/elf_loader.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include "flutter/common/settings.h"
1111
#include "flutter/fml/macros.h"
12-
#include "flutter/fml/mapping.h"
1312
#include "third_party/dart/runtime/bin/elf_loader.h"
1413

1514
namespace flutter {

0 commit comments

Comments
 (0)