Skip to content
Snippets Groups Projects
Commit 84a143a6 authored by Matt Johnston's avatar Matt Johnston
Browse files

remove unneeded check

--HG--
branch : fuzz
parent 114438e6
No related merge requests found
......@@ -88,10 +88,6 @@ void chancleanup() {
unsigned int i;
if (!ses.channels) {
return;
}
TRACE(("enter chancleanup"))
for (i = 0; i < ses.chansize; i++) {
if (ses.channels[i] != NULL) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment