aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h b/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
index b3a067ba59c2..fd37130d5459 100644
--- a/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
+++ b/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
@@ -17,7 +17,6 @@
namespace llvm {
class Function;
-class FunctionPass;
class Module;
/// A function pass for tsan instrumentation.