1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-01-18 19:48:19 +01:00

Remove unneeded line of code in export_params()

This commit is contained in:
Tom Eastep 2011-01-15 15:56:37 -08:00
parent 3a2da73808
commit 370cd04408

View File

@ -3095,8 +3095,6 @@ sub export_params() {
emit "$param=$value";
}
}
emit '' if $count;
}
#