diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:53:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:53:01 +0000 |
| commit | ead246455adf1a215ec2715dad6533073a6beb4e (patch) | |
| tree | f3f97a47d77053bf96fe74cdbd6fae74380e8a92 /include/lldb/Symbol/VerifyDecl.h | |
| parent | fdb00c4408990a0a63ef7f496d809ce59f263bc5 (diff) | |
Notes
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 f412b94a7859..000000000000 --- 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 |
