summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/VerifyDecl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Symbol/VerifyDecl.cpp')
-rw-r--r--lldb/source/Symbol/VerifyDecl.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/source/Symbol/VerifyDecl.cpp b/lldb/source/Symbol/VerifyDecl.cpp
index 765568040ec..96ed47a527a 100644
--- a/lldb/source/Symbol/VerifyDecl.cpp
+++ b/lldb/source/Symbol/VerifyDecl.cpp
@@ -10,7 +10,4 @@
#include "lldb/Symbol/VerifyDecl.h"
#include "clang/AST/DeclBase.h"
-void lldb_private::VerifyDecl (clang::Decl *decl)
-{
- decl->getAccess();
-}
+void lldb_private::VerifyDecl(clang::Decl *decl) { decl->getAccess(); }
OpenPOWER on IntegriCloud