Skip to content

Commit

Permalink
Merge pull request #23 from avan989/tempLongUnused
Browse files Browse the repository at this point in the history
Fix #4, tempLong unused in cmdUtil.c
  • Loading branch information
skliper committed Sep 6, 2019
2 parents df9f5a6 + ee79080 commit 73de044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Subsystems/cmdUtil/cmdUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ int main(int argc, char *argv[]) {
int opt = 0;
int longIndex = 0;
int retStat;
long tempLong;
short tempShort;

/*
Expand Down

0 comments on commit 73de044

Please sign in to comment.