OSDN Git Service

[Refactor] #39076 冗長なコメントを削除 ('/* Open the file* /' '/* Access the "file" */')
[hengband/hengband.git] / src / wizard2.c
index dcb4596..e6964c1 100644 (file)
@@ -1594,8 +1594,6 @@ static void do_cmd_dump_options(void)
 
        /* File type is "TEXT" */
        FILE_TYPE(FILE_TYPE_TEXT);
-
-       /* Open the file */
        fff = my_fopen(buf, "a");
 
        if (!fff)