1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Cosmetics.

Change-Id: If2aa971a6480e079487d7856290f59ec67459993
This commit is contained in:
Sergey Prigogin 2016-03-16 19:58:18 -07:00
parent ec7d830f4b
commit 7c859a9b92

View file

@ -12,7 +12,6 @@ package org.eclipse.cdt.internal.core.dom.parser.cpp;
import org.eclipse.cdt.core.dom.ast.cpp.ICPPASTOperatorName;
public class CPPASTOperatorName extends CPPASTName implements ICPPASTOperatorName {
public CPPASTOperatorName() {
@ -27,7 +26,6 @@ public class CPPASTOperatorName extends CPPASTName implements ICPPASTOperatorNam
super(name);
}
@Override
public CPPASTOperatorName copy() {
return copy(CopyStyle.withoutLocations);