-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit 5427a80
Remove unused variable from StringAdditionOperator example
- Avoids confusing beginners who assume there must be some reason for this useless line of code.
- Fixes "warning: unused variable 'currentTime'" compiler warning.
Closes arduino/Arduino#693 1 parent a5dbada commit 5427a80
File tree
1 file changed
+0
-1
lines changed- examples/08.Strings/StringAdditionOperator
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | - | ||
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
|
0 commit comments