Commit Diff


commit - fc2d207c79125ffd80a6819b50981d9401232660
commit + 55b74a9691874e406aeaf1f62b27127ee9a04583
blob - d7a6bb3597620f1ed4bdf3a1ceb1e0dbb0930c8a
blob + 8ba06d3931c0035ae9d7310680e632944ca4c861
--- parse.y
+++ parse.y
@@ -84,9 +84,6 @@ struct sym {
 int	 symset(const char *, const char *, int);
 char	*symget(const char *);
 
-struct vhost	*new_vhost(void);
-struct location	*new_location(void);
-struct proxy	*new_proxy(void);
 char		*ensure_absolute_path(char*);
 int		 check_block_code(int);
 char		*check_block_fmt(char*);