Author: Martin Storsjö Date: 2021-04-18T15:56:18+03:00 New Revision: a401870f550cc1fa30f94b9470245c15e1f5a80d
URL: https://github.com/llvm/llvm-project/commit/a401870f550cc1fa30f94b9470245c15e1f5a80d DIFF: https://github.com/llvm/llvm-project/commit/a401870f550cc1fa30f94b9470245c15e1f5a80d.diff LOG: [lldb] Remove a superfluous trailing semicolon, fixing warnings. NFC. Added: Modified: lldb/include/lldb/Host/windows/editlinewin.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Host/windows/editlinewin.h b/lldb/include/lldb/Host/windows/editlinewin.h index 7575f67ca1129..287972178cd12 100644 --- a/lldb/include/lldb/Host/windows/editlinewin.h +++ b/lldb/include/lldb/Host/windows/editlinewin.h @@ -112,4 +112,4 @@ void el_deletestr(EditLine *, int); History *history_init(void); void history_end(History *); int history(History *, HistEvent *, int, ...); -}; +} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits