summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp
diff options
context:
space:
mode:
authorHarpreet2016-02-05 10:57:46 +0530
committerHarpreet2016-02-05 10:57:46 +0530
commit7996c2704975d61e03cfb4204cfb8e202367a448 (patch)
treeec7bc84483e529e58daa2aa54bfb22316c7a4749 /sci_gateway/cpp
parent29845c2fff5d9aa7fd6655ccba6a5c98a5b9fc0e (diff)
downloadFOSSEE-Optimization-toolbox-7996c2704975d61e03cfb4204cfb8e202367a448.tar.gz
FOSSEE-Optimization-toolbox-7996c2704975d61e03cfb4204cfb8e202367a448.tar.bz2
FOSSEE-Optimization-toolbox-7996c2704975d61e03cfb4204cfb8e202367a448.zip
cleaner.sce deleted
Diffstat (limited to 'sci_gateway/cpp')
-rw-r--r--sci_gateway/cpp/cleaner.sce22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci_gateway/cpp/cleaner.sce b/sci_gateway/cpp/cleaner.sce
deleted file mode 100644
index 333775c..0000000
--- a/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);
-// ------------------------------------------------------