Index: pkg/fletchc/samples/fletchc_driver/target.dart |
diff --git a/pkg/fletchc/samples/fletchc_driver/target.dart b/pkg/fletchc/samples/fletchc_driver/target.dart |
deleted file mode 100644 |
index a2ba35dbb80a68111b4e129685187fe49acecccb..0000000000000000000000000000000000000000 |
--- a/pkg/fletchc/samples/fletchc_driver/target.dart |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE.md file. |
- |
-main() { |
- while (true) { |
- var a = foo(); |
- print(a); |
- } |
- bar(); |
-} |
- |
-foo() { |
- return 'fisk'; |
-} |
- |
-bar() { |
- return 'hest'; |
-} |