diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 11:31:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 11:32:08 -0400 |
commit | 27e870cede731af83748768db26187d003905ff2 (patch) | |
tree | 897dcff548ebf727ccd9dec1b0486a69555ab6ea /changes/assert_nonfatal | |
parent | 679383fb07778315a8a673835fefb7d8078ffb53 (diff) | |
download | tor-27e870cede731af83748768db26187d003905ff2.tar.gz tor-27e870cede731af83748768db26187d003905ff2.zip |
Fix most lintChanges warnings
(Also remove changes/bug19530 since it was a bugfix on no released
version)
Diffstat (limited to 'changes/assert_nonfatal')
-rw-r--r-- | changes/assert_nonfatal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/changes/assert_nonfatal b/changes/assert_nonfatal index 0cbee4419b..9cb7adea4b 100644 --- a/changes/assert_nonfatal +++ b/changes/assert_nonfatal @@ -1,5 +1,4 @@ o Minor features (safety, debugging): - - * Add a set of macros to check nonfatal assertions, for internal + - Add a set of macros to check nonfatal assertions, for internal use. Migrating more of our checks to these should help us avoid needless crash bugs. Closes ticket 18613. |