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:
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;
|
||||
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue