aboutsummaryrefslogtreecommitdiffstats
path: root/nt/addpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nt/addpm.c')
-rw-r--r--nt/addpm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nt/addpm.c b/nt/addpm.c
index c2cd1a07abc..d7919d36f80 100644
--- a/nt/addpm.c
+++ b/nt/addpm.c
@@ -274,8 +274,6 @@ main (int argc, char *argv[])
274 { 274 {
275 if (strlen (start_folder) < (MAX_PATH - 20)) 275 if (strlen (start_folder) < (MAX_PATH - 20))
276 { 276 {
277 BOOL retval;
278
279 strcat (start_folder, "\\Gnu Emacs"); 277 strcat (start_folder, "\\Gnu Emacs");
280 if (CreateDirectory (start_folder, NULL) 278 if (CreateDirectory (start_folder, NULL)
281 || GetLastError () == ERROR_ALREADY_EXISTS) 279 || GetLastError () == ERROR_ALREADY_EXISTS)
@@ -307,8 +305,6 @@ main (int argc, char *argv[])
307 /* Ensure there is enough room for "...\GNU Emacs\Emacs.lnk". */ 305 /* Ensure there is enough room for "...\GNU Emacs\Emacs.lnk". */
308 if (strlen (start_folder) < (MAX_PATH - 20)) 306 if (strlen (start_folder) < (MAX_PATH - 20))
309 { 307 {
310 BOOL retval;
311
312 strcat (start_folder, "\\Gnu Emacs"); 308 strcat (start_folder, "\\Gnu Emacs");
313 if (CreateDirectory (start_folder, NULL) 309 if (CreateDirectory (start_folder, NULL)
314 || GetLastError () == ERROR_ALREADY_EXISTS) 310 || GetLastError () == ERROR_ALREADY_EXISTS)