| Index: mojo/public/dart/mojo/lib/src/enum.dart
|
| diff --git a/mojo/public/dart/mojo/lib/src/enum.dart b/mojo/public/dart/mojo/lib/src/enum.dart
|
| deleted file mode 100644
|
| index 68e8554207c50d3cdce25fc4aa4397c10a975022..0000000000000000000000000000000000000000
|
| --- a/mojo/public/dart/mojo/lib/src/enum.dart
|
| +++ /dev/null
|
| @@ -1,10 +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.
|
| -
|
| -part of bindings;
|
| -
|
| -class MojoEnum {
|
| - final int value;
|
| - const MojoEnum(this.value);
|
| -}
|
|
|