Commit Diff


commit - 4c3169974bebdf5072ad0f7974f68db8676c644c
commit + 7457011ad491370bd5ae4cbd56c4065715659fc0
blob - ebee636246904fba3cd82e40a2af3d65eed2697c
blob + 53f97cf1eb90762e361151b23bfb6223d09c5302
--- libexec/got-fetch-http/got-fetch-http.c
+++ libexec/got-fetch-http/got-fetch-http.c
@@ -524,11 +524,6 @@ main(int argc, char **argv)
 	const char	*host, *port, *path;
 	int		 https = 0;
 	int		 ch;
-#if 0
-	static int attached;
-	while (!attached)
-		sleep(1);
-#endif
 
 #if !DEBUG_HTTP || defined(PROFILE)
 	if (pledge("stdio rpath inet dns", NULL) == -1)