diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h index 13227a7bfb3..2f6ea0f5b5a 100644 --- a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h +++ b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h @@ -30,13 +30,6 @@ namespace llvm { namespace exegesis { -// A class representing failures that happened during Benchmark, they are used -// to report informations to the user. -class BenchmarkFailure : public llvm::StringError { -public: - BenchmarkFailure(const llvm::Twine &S); -}; - // Common code for all benchmark modes. class BenchmarkRunner { public: |