Skip to content

Commit 82af334

Browse files
authored
Remove unimplemented ReportInvokeEnd
1 parent 5450a6a commit 82af334

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ namespace Cpp {
134134
void ReportInvokeStart(void* result, ArgList args, void* self) const;
135135
void ReportInvokeStart(void* object, unsigned long nary,
136136
int withFree) const;
137-
void ReportInvokeEnd() const;
138137
public:
139138
Kind getKind() const { return m_Kind; }
140139
bool isValid() const { return getKind() != kUnknown; }

0 commit comments

Comments
 (0)