Skip to content

Commit

Permalink
Remove unused entry in FILENAMES map.
Browse files Browse the repository at this point in the history
The value for key "recycledir" is never read, so it does not need to exist within the map.
  • Loading branch information
BevapDin committed Nov 17, 2019
1 parent 8d96f03 commit 20e9630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/path_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ void PATH_INFO::update_datadir()
update_pathname( "rawdir", FILENAMES["datadir"] + "raw/" );
update_pathname( "jsondir", FILENAMES["datadir"] + "core/" );
update_pathname( "moddir", FILENAMES["datadir"] + "mods/" );
update_pathname( "recycledir", FILENAMES["datadir"] + "recycling/" );
update_pathname( "namesdir", FILENAMES["datadir"] + "names/" );
update_pathname( "titledir", FILENAMES["datadir"] + "title/" );
update_pathname( "motddir", FILENAMES["datadir"] + "motd/" );
Expand Down

0 comments on commit 20e9630

Please sign in to comment.