Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 051b1b9

Browse files
committed
Remove unused function
1 parent 3f39756 commit 051b1b9

File tree

1 file changed

+0
-5
lines changed
  • CSE 381 (Systems II - OS, Currency, Virtualization, and Security)/Networking

1 file changed

+0
-5
lines changed

CSE 381 (Systems II - OS, Currency, Virtualization, and Security)/Networking/server.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
#define BUFFER_SIZE 256
1010
#define INCOMING_CONNECTIONS_TO_QUEUE 5
1111

12-
void error(char *msg) {
13-
perror(msg);
14-
exit(1);
15-
}
16-
1712
int main(int argc, char *argv[]) {
1813
// Parse commandline parameters
1914
if (argc == 1) {

0 commit comments

Comments
 (0)