Remove unused variables
This commit is contained in:
parent
17bb6d1ed2
commit
61fe38d503
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue