summaryrefslogtreecommitdiff
path: root/newstructure/sci_gateway/cpp/cleaner.sce
diff options
context:
space:
mode:
Diffstat (limited to 'newstructure/sci_gateway/cpp/cleaner.sce')
-rwxr-xr-xnewstructure/sci_gateway/cpp/cleaner.sce22
1 files changed, 0 insertions, 22 deletions
diff --git a/newstructure/sci_gateway/cpp/cleaner.sce b/newstructure/sci_gateway/cpp/cleaner.sce
deleted file mode 100755
index 333775c..0000000
--- a/newstructure/sci_gateway/cpp/cleaner.sce
+++ /dev/null
@@ -1,22 +0,0 @@
-// This file is released under the 3-clause BSD license. See COPYING-BSD.
-// Generated by builder.sce : Please, do not edit this file
-// cleaner.sce
-// ------------------------------------------------------
-curdir = pwd();
-cleaner_path = get_file_path('cleaner.sce');
-chdir(cleaner_path);
-// ------------------------------------------------------
-if fileinfo('loader.sce') <> [] then
- mdelete('loader.sce');
-end
-// ------------------------------------------------------
-if fileinfo('libFOSSEE_Optimization_Toolbox.so') <> [] then
- mdelete('libFOSSEE_Optimization_Toolbox.so');
-end
-// ------------------------------------------------------
-if fileinfo('libFOSSEE_Optimization_Toolbox.c') <> [] then
- mdelete('libFOSSEE_Optimization_Toolbox.c');
-end
-// ------------------------------------------------------
-chdir(curdir);
-// ------------------------------------------------------