diff options
author | Yao Qi <yao@codesourcery.com> | 2014-01-05 19:32:51 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-01-07 11:01:55 +0800 |
commit | c26e9cbb0ce70e8fca32a40c434a0837bf46750a (patch) | |
tree | 72bf18ee2ab416d77c0b994327b7ae84e842b65d /gdb/ChangeLog | |
parent | 0cc6f43dae73e5805f470fc823c3e503b8cdbffe (diff) | |
download | gdb-c26e9cbb0ce70e8fca32a40c434a0837bf46750a.zip gdb-c26e9cbb0ce70e8fca32a40c434a0837bf46750a.tar.gz gdb-c26e9cbb0ce70e8fca32a40c434a0837bf46750a.tar.bz2 |
Remove an empty-body 'if' statement
This patch removes the if statement and the comments together.
gdb:
2014-01-07 Yao Qi <yao@codesourcery.com>
* gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
statement.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6117bc9..cf1d1b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-01-07 Yao Qi <yao@codesourcery.com> + * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if' + statement. + +2014-01-07 Yao Qi <yao@codesourcery.com> + * gnu-nat.c (info_port_rights): Add qualifier const to argument args. |