Skip to content

Commit b885348

Browse files
authored
Remove unimplemented toString in CppInterOpInterpreter.h
1 parent c849ba4 commit b885348

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/CppInterOp/CppInterOpInterpreter.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -448,12 +448,6 @@ class Interpreter {
448448
return kMoreInputExpected;
449449
}
450450

451-
std::string toString(const char* type, void* obj) {
452-
assert(0 && "toString is not implemented!");
453-
std::string ret;
454-
return ret; // TODO: Implement
455-
}
456-
457451
CompilationResult undo(unsigned N = 1) {
458452
if (llvm::Error Err = Undo(N)) {
459453
llvm::logAllUnhandledErrors(std::move(Err), llvm::errs(),

0 commit comments

Comments
 (0)