From 34443633194ddb747df3d3dade79e1ec3bbe6113 Mon Sep 17 00:00:00 2001 From: Alexey Kudravtsev Date: Tue, 22 Feb 2011 20:41:38 +0300 Subject: [PATCH] obsolete class --- .../psi/PsiAspectManagerListener.java | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 java/openapi/src/com/intellij/psi/PsiAspectManagerListener.java diff --git a/java/openapi/src/com/intellij/psi/PsiAspectManagerListener.java b/java/openapi/src/com/intellij/psi/PsiAspectManagerListener.java deleted file mode 100644 index d2a03d0be508..000000000000 --- a/java/openapi/src/com/intellij/psi/PsiAspectManagerListener.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright 2000-2009 JetBrains s.r.o. - * - * 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.intellij.psi; - -/** - * AspectJ functionality; currently not supported. - * - * @author max - */ -public interface PsiAspectManagerListener { - void update(); -}