changeset 370:ce70b4b21e7a

fetch_weather: Delete unused function.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Dec 2015 12:01:20 +0200
parents 86adad909681
children 36869897f21d
files fetch_weather.pl
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Fri Dec 18 10:10:03 2015 +0200
+++ b/fetch_weather.pl	Tue Dec 29 12:01:20 2015 +0200
@@ -82,18 +82,6 @@
 }
 
 
-sub str_trim($)
-{
-  my $str = $_[0];
-  if (defined($str))
-  {
-    $str =~ s/^\s*//;
-    $str =~ s/\s*$//;
-  }
-  return $str;
-}
-
-
 ###
 ### Helper functions
 ###