Skip to content

Commit ae80091

Browse files
committed
Remove unimplemented ReportInvokeEnd
1 parent 5450a6a commit ae80091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ 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;
137+
138138
public:
139139
Kind getKind() const { return m_Kind; }
140140
bool isValid() const { return getKind() != kUnknown; }

0 commit comments

Comments
 (0)