diff --git a/func.c b/func.c
deleted file mode 100644
index b4af019a3361928e81d9af1fff84becfe7e6abfd..0000000000000000000000000000000000000000
--- a/func.c
+++ /dev/null
@@ -1,15 +0,0 @@
-// func.c file
-#include <stdio.h>
-#include "func.h"
-
-int func_name_or_id(){
-#ifdef PRINT_ID
-	printf("201723267\n");
-	return 0;
-
-#else 
-	printf("LEESANGKYEONG\n");
-	return 1;
-#endif
-}
-