diff options
Diffstat (limited to 'include/lldb/Symbol/OCamlASTContext.h')
-rw-r--r-- | include/lldb/Symbol/OCamlASTContext.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/lldb/Symbol/OCamlASTContext.h b/include/lldb/Symbol/OCamlASTContext.h index a261d43519e0c..7144886e1c756 100644 --- a/include/lldb/Symbol/OCamlASTContext.h +++ b/include/lldb/Symbol/OCamlASTContext.h @@ -231,12 +231,6 @@ public: return 0; } - CompilerType GetTemplateArgument(lldb::opaque_compiler_type_t type, - size_t idx, - lldb::TemplateArgumentKind &kind) override { - return CompilerType(); - } - void DumpValue(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, Stream *s, lldb::Format format, const DataExtractor &data, lldb::offset_t data_offset, size_t data_byte_size, |