ctf: Fix some Sonar warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / StructDefinition.java
index b7603497b473c06ab4ee7b00a0b90cc3b61c3b7d..97b711c6369dcce2c13770e3326cf28fac29007c 100644 (file)
@@ -72,11 +72,6 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     // Getters/Setters/Predicates
     // ------------------------------------------------------------------------
 
-    @Override
-    public String getPath() {
-        return path;
-    }
-
     /**
      * @return The definitions of all the fields
      * @since 2.0
This page took 0.024386 seconds and 5 git commands to generate.