Remove unused variables

This commit is contained in:
Owen Torres
2020-01-27 18:54:28 +00:00
parent 17bb6d1ed2
commit 61fe38d503
-2
View File
@@ -205,8 +205,6 @@ void Adafruit_GPS::parseTime(char *p) {
*/
/**************************************************************************/
void Adafruit_GPS::parseLat(char *p) {
int32_t degree;
long minutes;
char degreebuff[10];
if (!isEmpty(p)) {
strncpy(degreebuff, p, 2);