summaryrefslogtreecommitdiff
path: root/include/lldb/Symbol/JavaASTContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Symbol/JavaASTContext.h')
-rw-r--r--include/lldb/Symbol/JavaASTContext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/lldb/Symbol/JavaASTContext.h b/include/lldb/Symbol/JavaASTContext.h
index 4fdd2371b67e..41a881dcf4eb 100644
--- a/include/lldb/Symbol/JavaASTContext.h
+++ b/include/lldb/Symbol/JavaASTContext.h
@@ -203,10 +203,6 @@ public:
size_t GetNumTemplateArguments(lldb::opaque_compiler_type_t type) override;
- CompilerType GetTemplateArgument(lldb::opaque_compiler_type_t type,
- size_t idx,
- lldb::TemplateArgumentKind &kind) override;
-
int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
CompilerType GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,