From 31605a0a6b603213a5e6b78271052266814269a6 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 8 Jun 2021 10:04:51 -0400 Subject: Removed unnecessary comment in `config_opts`. --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 5a85baf..999294b 100644 --- a/config.h +++ b/config.h @@ -42,7 +42,6 @@ union config_val { }; static const config_opt config_opts[] = { - /* {"name", "desc", type, &func} */ {"git-root", "Root of git server (can also be a url).", TYPE_STRING, offsetof(config, git_root)}, {"socket-type", "Socket type to use (options: unix, network. default: network).", TYPE_STRING, offsetof(config, sock_type)}, {"socket", "Path, IP address, or domain name of socket.", TYPE_STRING, offsetof(config, sock)}, -- cgit v1.2.3-13-gbd6f