Skip to content

Commit 01eba8a

Browse files
committed
fix: remove unnecessary functions
1 parent 48f2a3d commit 01eba8a

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

libs/utilities.c

+1-11
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,4 @@ int getStrLength(char* str) {
99
};
1010

1111
return length;
12-
}
13-
14-
void sayhi() { printf("hello guys"); }
15-
16-
17-
18-
19-
20-
void sayGuido()
21-
{ printf("hello maquinas"); }
22-
12+
}

libs/utilities.h

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@
1717
*/
1818
int getStrLength(char* str);
1919

20-
void sayhi();
21-
void sayGuido();
22-
2320
#endif // UTILITIES_H_INCLUDED

0 commit comments

Comments
 (0)