Skip to content

Commit 4212a57

Browse files
committed
[lldb] Remove reproducer_handler from the driver
1 parent 8b3b66e commit 4212a57

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lldb/tools/driver/Driver.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -689,14 +689,6 @@ void sigcont_handler(int signo) {
689689
signal(signo, sigcont_handler);
690690
}
691691

692-
void reproducer_handler(void *finalize_cmd) {
693-
if (SBReproducer::Generate()) {
694-
int result = std::system(static_cast<const char *>(finalize_cmd));
695-
(void)result;
696-
fflush(stdout);
697-
}
698-
}
699-
700692
static void printHelp(LLDBOptTable &table, llvm::StringRef tool_name) {
701693
std::string usage_str = tool_name.str() + " [options]";
702694
table.printHelp(llvm::outs(), usage_str.c_str(), "LLDB", false);

0 commit comments

Comments
 (0)