OSDN Git Service

[Refactor] #39076 冗長なコメントを削除 (/* Build the filename */)
[hengband/hengband.git] / src / wizard2.c
index 515df08..d09876e 100644 (file)
@@ -1590,8 +1590,6 @@ static void do_cmd_dump_options(void)
        FILE *fff;
        char buf[1024];
        int  **exist;
-
-       /* Build the filename */
        path_build(buf, sizeof buf, ANGBAND_DIR_USER, "opt_info.txt");
 
        /* File type is "TEXT" */