Remove unused variables

This commit is contained in:
Owen Torres 2020-01-19 20:15:13 +00:00
parent 17bb6d1ed2
commit 61fe38d503
1 changed files with 0 additions and 2 deletions

View File

@ -205,8 +205,6 @@ void Adafruit_GPS::parseTime(char *p) {
*/ */
/**************************************************************************/ /**************************************************************************/
void Adafruit_GPS::parseLat(char *p) { void Adafruit_GPS::parseLat(char *p) {
int32_t degree;
long minutes;
char degreebuff[10]; char degreebuff[10];
if (!isEmpty(p)) { if (!isEmpty(p)) {
strncpy(degreebuff, p, 2); strncpy(degreebuff, p, 2);