Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorvath committed Apr 18, 2020
1 parent cbcd23a commit 533f236
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion OpenWeather.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ static void GetData(const Weather::Settings & settings,const char *m_openWeather
char cmd[255];

// split location into lat, long
char * pch;
char * loc = strdup(settings.location);
char * lat = strtok(loc, ", ");
char * lon = strtok(NULL, ", ");
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1

0 comments on commit 533f236

Please sign in to comment.