From e48863630bae78f4be2e37adb4a4f881cadf5c52 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Fri, 18 Apr 2025 01:16:40 +0200 Subject: [PATCH] Removing measure 'instruction' again, needs more work --- ccUnitMeasure.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ccUnitMeasure.go b/ccUnitMeasure.go index 6301898..dd1450a 100644 --- a/ccUnitMeasure.go +++ b/ccUnitMeasure.go @@ -20,7 +20,6 @@ const ( Requests Packets Events - Instructions ) type MeasureData struct { @@ -103,11 +102,6 @@ var MeasuresMap map[Measure]MeasureData = map[Measure]MeasureData{ Short: "events", Regex: "^([eE][vV]?[eE]?[nN][tT][sS]?)", }, - Instructions: { - Long: "Instructions", - Short: "instr", - Regex: "^([iI][nN][sS][tT][rR][uU]?[cC]?[tT]?[iI]?[oO]?[nN]?[sS]?)", - }, } // String returns the long string for the measure like 'Percent' or 'Seconds'