Skip to content

Commit d71c25d

Browse files
author
m19936
committed
Removed unused function
1 parent 8c30781 commit d71c25d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/sandbox/sandbox.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,6 @@ void decodeMessage(const char *message) {
219219
}
220220
}
221221

222-
void remove_spaces(char *s) {
223-
char *d = s;
224-
do {
225-
while (*d == ' ') { ++d; }
226-
} while (*s++ = *d++);
227-
}
228-
229222
void printHelp() {
230223
Log.rawf("\nAvailable Commands\n"
231224
"-----------------------\n"

0 commit comments

Comments
 (0)