From cc010b8d8e7e5d483a359daaebf6ff69415e649d Mon Sep 17 00:00:00 2001 From: Michajlo Matijkiw Date: Fri, 28 Aug 2015 19:33:06 +0000 Subject: Roll back "When a Skylark macro creates a native rule, it also..." -- MOS_MIGRATED_REVID=101798931 --- .../build/lib/syntax/StackTraceElement.java | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/main/java/com/google/devtools/build/lib/syntax/StackTraceElement.java (limited to 'src/main/java/com/google/devtools/build/lib/syntax/StackTraceElement.java') diff --git a/src/main/java/com/google/devtools/build/lib/syntax/StackTraceElement.java b/src/main/java/com/google/devtools/build/lib/syntax/StackTraceElement.java deleted file mode 100644 index dbec94369b..0000000000 --- a/src/main/java/com/google/devtools/build/lib/syntax/StackTraceElement.java +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -package com.google.devtools.build.lib.syntax; - -import com.google.devtools.build.lib.events.Location; - -/** - * Represents an element of {@link Environment}'s stack trace. - */ -// TODO(fwe): maybe combine this with EvalExceptionWithStackTrace.StackTraceElement -public interface StackTraceElement { - String getName(); - - Location getLocation(); -} -- cgit v1.2.3