Commit Diff


commit - c8b6c180338b8a10ffb61a0c8169fef130b144d3
commit + 9833f63a2064eadd4c4cf2061124d5131613425f
blob - 447c1f8d113ba107a897d8f30e849bd5660b054e
blob + b6eb5aa78b4b0726aa39f511e96eb129c023c625
--- gemini.c
+++ gemini.c
@@ -189,19 +189,3 @@ check_gemini_file(const char *gemini_file_path)
 
 	return 0;
 }
-
-#if 0
-
-int
-main(int argc, char *argv[])
-{
-	int status_code = STATUS_SUCCESS;
-
-	if (check_gemini_file("tests/index.gmi") == -1)
-		status_code = STATUS_NOT_FOUND;
-
-	send_response(status_code, "tests/index.gmi");
-	return 0;
-}
-
-#endif