mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Cosmetics.
Change-Id: If2aa971a6480e079487d7856290f59ec67459993
This commit is contained in:
parent
ec7d830f4b
commit
7c859a9b92
1 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.internal.core.dom.parser.cpp;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.dom.ast.cpp.ICPPASTOperatorName;
|
import org.eclipse.cdt.core.dom.ast.cpp.ICPPASTOperatorName;
|
||||||
|
|
||||||
|
|
||||||
public class CPPASTOperatorName extends CPPASTName implements ICPPASTOperatorName {
|
public class CPPASTOperatorName extends CPPASTName implements ICPPASTOperatorName {
|
||||||
|
|
||||||
public CPPASTOperatorName() {
|
public CPPASTOperatorName() {
|
||||||
|
@ -27,7 +26,6 @@ public class CPPASTOperatorName extends CPPASTName implements ICPPASTOperatorNam
|
||||||
super(name);
|
super(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public CPPASTOperatorName copy() {
|
public CPPASTOperatorName copy() {
|
||||||
return copy(CopyStyle.withoutLocations);
|
return copy(CopyStyle.withoutLocations);
|
||||||
|
|
Loading…
Add table
Reference in a new issue