summaryrefslogtreecommitdiff
path: root/src/tools/clangrefactoringbackend/source/locationsourcefilecallbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/locationsourcefilecallbacks.h')
-rw-r--r--src/tools/clangrefactoringbackend/source/locationsourcefilecallbacks.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/tools/clangrefactoringbackend/source/locationsourcefilecallbacks.h b/src/tools/clangrefactoringbackend/source/locationsourcefilecallbacks.h
index fe23e3e5a5..cb9560ae7d 100644
--- a/src/tools/clangrefactoringbackend/source/locationsourcefilecallbacks.h
+++ b/src/tools/clangrefactoringbackend/source/locationsourcefilecallbacks.h
@@ -27,22 +27,8 @@
#include <sourcelocationscontainer.h>
-#if defined(__GNUC__)
-# pragma GCC diagnostic push
-# pragma GCC diagnostic ignored "-Wunused-parameter"
-#elif defined(_MSC_VER)
-# pragma warning(push)
-# pragma warning( disable : 4100 )
-#endif
-
#include <clang/Tooling/Tooling.h>
-#if defined(__GNUC__)
-# pragma GCC diagnostic pop
-#elif defined(_MSC_VER)
-# pragma warning(pop)
-#endif
-
namespace llvm {
class StringRef;
}