From bbaf87d17e9899a912d65a95998da44a460fd3d3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 9 Jun 2023 09:24:02 +0200 Subject: [PATCH] Revert stray patch that inadvertently became part of 1.1.18. --- conf.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf.cpp b/conf.cpp index 3dd3abc..60dd93f 100644 --- a/conf.cpp +++ b/conf.cpp @@ -68,10 +68,6 @@ bool conf_verbose; /* = false; */ /* Configuration representation for the database configuration block */ string conf_block; -/* Absolute (not necessarily canonical) path to the config file */ -string conf_configfile_str; -const char *conf_configfile; - int conf_block_size = 32; bool use_debug = false; -- 2.39.2