| Index: dart/compiler/java/com/google/dart/compiler/ast/DartLiteral.java
|
| diff --git a/dart/compiler/java/com/google/dart/compiler/ast/DartLiteral.java b/dart/compiler/java/com/google/dart/compiler/ast/DartLiteral.java
|
| deleted file mode 100644
|
| index 616fe29236e9bfa16f2ee5b7aa27d332a46b138d..0000000000000000000000000000000000000000
|
| --- a/dart/compiler/java/com/google/dart/compiler/ast/DartLiteral.java
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -// Copyright (c) 2012, the Dart 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 file.
|
| -
|
| -package com.google.dart.compiler.ast;
|
| -
|
| -/**
|
| - * Abstract base class for Dart literal values.
|
| - */
|
| -public abstract class DartLiteral extends DartExpression {
|
| -}
|
|
|