Commit bc79c3c
committed
errhandler_predefined: remove erroneous assert()
This assert() was added in 13ddcbf (which was a back-ported cherry
pick from master: 35438ae), but it is actually exactly the
opposite assert that should be there. The assert() is actually
superflouous, because the "if" statement resulting in invoking this
function is exactly what the assert() should be. Hence, the simplest
solution here is just to remove that assert().
This assert() is not present on master: it's only on the v2.x branch.
Hence, this is not a cherry-pick from master -- it's a direct PR to
the v2.x branch.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>1 parent fa7384b commit bc79c3c
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | 193 | | |
198 | 194 | | |
199 | 195 | | |
| |||
0 commit comments