Skip to content

Commit e6967ac

Browse files
authored
Merge pull request #306 from Teemperor/RemoveClangASTContextRemoveFastQualifiersMaster
[upstreaming][NFC] Remove undefined method in ClangASTContext::Remove…
2 parents af78d6c + 7e44238 commit e6967ac

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)