From da910f183a6e121256fe6d23f695582e75b4d896 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Thu, 2 Apr 2026 08:53:04 -0700 Subject: [PATCH] Remove legacy `devtools_tool` executables --- tool/bin/devtools_tool | 8 -------- tool/bin/devtools_tool.bat | 7 ------- 2 files changed, 15 deletions(-) delete mode 100755 tool/bin/devtools_tool delete mode 100644 tool/bin/devtools_tool.bat diff --git a/tool/bin/devtools_tool b/tool/bin/devtools_tool deleted file mode 100755 index 14278617c57..00000000000 --- a/tool/bin/devtools_tool +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -e - -# This file serves as an alias for the 'dt' executable so that -# the legacy `dt` can be used. -# TODO(kenz): remove this file in ~6 months (April 2025). - -echo Warning: devtools_tool has been replaced by dt. Please use dt instead. -dt $@ diff --git a/tool/bin/devtools_tool.bat b/tool/bin/devtools_tool.bat deleted file mode 100644 index 685b02e6367..00000000000 --- a/tool/bin/devtools_tool.bat +++ /dev/null @@ -1,7 +0,0 @@ -REM Copyright 2025 The Flutter Authors -REM Use of this source code is governed by a BSD-style license that can be -REM found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -@echo off - -echo Warning: devtools_tool has been replaced by dt. Please use dt instead. -%~dp0/dt.bat %*