From 2dbb26e654a33b2b5cd42719b96c9e3c57a8c225 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Fri, 24 May 2024 17:46:35 -0700 Subject: [PATCH] Remove unused remove() function definition --- exec/cleanup.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/exec/cleanup.js b/exec/cleanup.js index ee3d1d602f..6e6beddb0a 100644 --- a/exec/cleanup.js +++ b/exec/cleanup.js @@ -23,12 +23,6 @@ print("for a reasonable period of time before continuing."); if(!cont()) exit(0); -function remove(path) -{ - if(cont("Remove " + path)) - ; //file_remove(path); -} - const file_list = [ { dir: system.data_dir + backslash("user"), file: "user.dat", desc: "User database (migrated to user.tab)" }, { dir: system.data_dir + backslash("user/ptrs"), file: "*.ixb", desc: "User message scan config/pointers (migrated to *.subs)" }, -- GitLab