From f7087b1f808f7eb9d1764a3918572df94ebaf462 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Wed, 23 Oct 2024 18:01:52 -0400 Subject: [PATCH] remove empty change --- src/lib/shell/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/shell/BUILD.gn b/src/lib/shell/BUILD.gn index 207504470cd3fa..8a9f6233a476f6 100644 --- a/src/lib/shell/BUILD.gn +++ b/src/lib/shell/BUILD.gn @@ -43,7 +43,6 @@ static_library("shell") { output_dir = "${root_out_dir}/lib" sources = [] - deps = [] if (chip_target_style == "unix") { sources += [ "streamer_stdio.cpp" ]