[PGO] Minor refactoring /NFC
[oota-llvm.git] / include / llvm / ProfileData / CoverageMapping.h
index 3790e1358449c1167fbe2d148c8dc476564281dc..ca44442001b4aafd9923544b73d73ddbe593bf3e 100644 (file)
@@ -35,8 +35,6 @@ class CoverageMappingReader;
 class CoverageMapping;
 struct CounterExpressions;
 
-enum CoverageMappingVersion { CoverageMappingVersion1 };
-
 /// \brief A Counter is an abstract value that describes how to compute the
 /// execution count for a region of code using the collected profile count data.
 struct Counter {