Skip to content

Commit

Permalink
Merge pull request #305 from Teemperor/RemoveClangASTContextRemoveFas…
Browse files Browse the repository at this point in the history
…tQualifiers

[upstreaming][NFC] Remove undefined method in ClangASTContext::Remove…
  • Loading branch information
Teemperor committed Nov 22, 2019
2 parents 5b17e4a + 8cfd912 commit 1c5c45f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lldb/include/lldb/Symbol/ClangASTContext.h
Expand Up @@ -663,8 +663,6 @@ class ClangASTContext : public TypeSystem {
// If the current object represents a typedef type, get the underlying type
CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;

static CompilerType RemoveFastQualifiers(const CompilerType &type);

// Create related types using the current type's AST
CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;

Expand Down

0 comments on commit 1c5c45f

Please sign in to comment.