diff options
Diffstat (limited to 'include/lldb/Symbol/VerifyDecl.h')
-rw-r--r-- | include/lldb/Symbol/VerifyDecl.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/lldb/Symbol/VerifyDecl.h b/include/lldb/Symbol/VerifyDecl.h deleted file mode 100644 index f412b94a7859a..0000000000000 --- a/include/lldb/Symbol/VerifyDecl.h +++ /dev/null @@ -1,18 +0,0 @@ -//===-- VerifyDecl.h --------------------------------------------*- C++ -*-===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#ifndef lldb_VariableList_h_ -#define lldb_VariableList_h_ - -#include "lldb/Core/ClangForward.h" - -namespace lldb_private { -void VerifyDecl(clang::Decl *decl); -} - -#endif |