aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/pmu.l
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/pmu.l')
-rw-r--r--tools/perf/util/pmu.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/pmu.l b/tools/perf/util/pmu.l
index a15d9fbd7c0e..58b4926cfaca 100644
--- a/tools/perf/util/pmu.l
+++ b/tools/perf/util/pmu.l
@@ -27,8 +27,6 @@ num_dec [0-9]+
{num_dec} { return value(10); }
config { return PP_CONFIG; }
-config1 { return PP_CONFIG1; }
-config2 { return PP_CONFIG2; }
- { return '-'; }
: { return ':'; }
, { return ','; }