From e72b13661b058248fc615c56b03f4a9842f801e3 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 1 Mar 2019 11:41:20 +0100 Subject: sfeed_update: remove wrong/incomplete comment --- sfeed_update | 1 - 1 file changed, 1 deletion(-) (limited to 'sfeed_update') diff --git a/sfeed_update b/sfeed_update index a5f09e3..868d758 100755 --- a/sfeed_update +++ b/sfeed_update @@ -34,7 +34,6 @@ loadconfig() { # convert encoding from one encoding to another. # convertencoding(from, to) convertencoding() { - # if from != to if [ "$1" != "" ] && [ "$2" != "" ] && [ "$1" != "$2" ]; then iconv -cs -f "$1" -t "$2" 2> /dev/null else -- cgit v1.2.3