Skip to content

Commit d47549e

Browse files
committed
fix: remove unnecessary function
1 parent 0812b52 commit d47549e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libs/utilities.c

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

1111
return length;
12-
}
13-
14-
int holaTefi()
15-
{
16-
printf("hola chicos");
17-
return 1;
18-
}
12+
}

0 commit comments

Comments
 (0)