diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-09-06 14:32:30 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-09-06 14:32:30 +0000 |
| commit | 027f1c9655391dcb2b0117f931f720211ac933db (patch) | |
| tree | 94980f450aa3daec3e1fec217374704ad62cfe45 /tools/driver/Driver.h | |
| parent | 5e95aa85bb660d45e9905ef1d7180b2678280660 (diff) | |
Vendor import of (stripped) lldb trunk r242221:vendor/lldb/lldb-trunk-r242221
Diffstat (limited to 'tools/driver/Driver.h')
| -rw-r--r-- | tools/driver/Driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/driver/Driver.h b/tools/driver/Driver.h index 38b125481d92..b1e536d43c05 100644 --- a/tools/driver/Driver.h +++ b/tools/driver/Driver.h @@ -75,7 +75,7 @@ public: Clear(); void - AddInitialCommand (const char *command, CommandPlacement placement, bool is_file, bool quietly, lldb::SBError &error); + AddInitialCommand (const char *command, CommandPlacement placement, bool is_file, lldb::SBError &error); //static OptionDefinition m_cmd_option_table[]; |
