Bug 483621: Move segment store statistics into timing analysis plug-ins
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.ui / src / org / eclipse / tracecompass / internal / analysis / os / linux / ui / views / latency / statistics / Messages.java
index bc284941eb1860ee0b92d408ef3c78274a1500df..7b00ec3de95303d7ebf46ab95ee4a3f694fb0c2b 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2015 Ericsson
+ * Copyright (c) 2015, 2016 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -26,14 +26,6 @@ public class Messages extends NLS {
 
     /** Name of the system call level in statistics tree */
     public static String LatencyStatistics_SyscallLevelName;
-    /** Name of level column */
-    public static String SegmentStoreStatistics_LevelLabel;
-    /** Name of the minimum column */
-    public static String SegmentStoreStatistics_Statistics_MinLabel;
-    /** Name of maximum column */
-    public static String SegmentStoreStatistics_MaxLabel;
-    /** Name of average column */
-    public static String SegmentStoreStatistics_AverageLabel;
     /** Name of Total statistics */
     public static String LatencyStatistics_TotalLabel;
 
This page took 0.025402 seconds and 5 git commands to generate.