From 847941f420e87f2a87ec912d6a9deba9b6e52f1e Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 10 Sep 2015 22:03:35 -0700 Subject: [PATCH] Remove init.dart We haven't used init.dart in several releases. We can safely remove this no-op script now. --- sky/packages/sky/bin/init.dart | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 sky/packages/sky/bin/init.dart diff --git a/sky/packages/sky/bin/init.dart b/sky/packages/sky/bin/init.dart deleted file mode 100644 index c62e2d11710..00000000000 --- a/sky/packages/sky/bin/init.dart +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright 2015 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -main(List arguments) { -}