From bf25f372b00c3c4452b28a25fea5c47adb43906c Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Thu, 28 Jun 2007 13:31:36 +0000 Subject: [PATCH] Fix for 149791 by Richard Miskin, remove redundant inheritance from IASTNode. --- .../org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java index 1363d1a9548..857b8300e4a 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2004, 2005 IBM Corporation and others. + * Copyright (c) 2004, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at