]> git.sesse.net Git - plocate/blobdiff - conf.cpp
Remove some comments left over from mlocate.
[plocate] / conf.cpp
index 3dd3abc3fa5a14c1d54179e6c4a8a8b50e3a0b7f..64d2678fdd8eb41167b955f56680c82c75a00b63 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;
 
@@ -642,7 +638,6 @@ void conf_prepare(int argc, char *argv[])
        string_list_dir_path_sort(&conf_prunepaths);
 
        if (conf_debug_pruning) {
-               /* This is debuging output, don't mark anything for translation */
                fprintf(stderr, "conf_block:\n");
                for (char c : conf_block) {
                        if (isascii((unsigned char)c) && isprint((unsigned char)c) && c != '\\')