Skip to content

Commit 7e44238

Browse files
committed
[upstreaming][NFC] Remove undefined method in ClangASTContext::RemoveFastQualifiers
1 parent 0fe4656 commit 7e44238

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/include/lldb/Symbol/ClangASTContext.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,6 @@ class ClangASTContext : public TypeSystem {
692692
// If the current object represents a typedef type, get the underlying type
693693
CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
694694

695-
static CompilerType RemoveFastQualifiers(const CompilerType &type);
696-
697695
// Create related types using the current type's AST
698696
CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
699697

0 commit comments

Comments
 (0)