]> git.sesse.net Git - plocate/commitdiff
Revert stray patch that inadvertently became part of 1.1.18.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 9 Jun 2023 07:24:02 +0000 (09:24 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 9 Jun 2023 07:24:02 +0000 (09:24 +0200)
conf.cpp

index 3dd3abc3fa5a14c1d54179e6c4a8a8b50e3a0b7f..60dd93f209df4f03749a067b097470ab76dac8df 100644 (file)
--- 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;