From: raster Date: Mon, 21 Mar 2011 03:00:33 +0000 (+0000) Subject: remove old code not used anymore X-Git-Tag: submit/trunk/20120815.180907~694 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51a131dda0c7cdacf12bc6b735224eadab03b768;p=profile%2Fivi%2Fedje.git remove old code not used anymore git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@57928 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_parse.c b/src/bin/edje_cc_parse.c index 20faac6..beb086d 100644 --- a/src/bin/edje_cc_parse.c +++ b/src/bin/edje_cc_parse.c @@ -749,19 +749,6 @@ compile(void) if (ret == EXIT_SUCCESS) file_in = tmpn; free(def); -/* OLD CODE - snprintf(buf, sizeof(buf), "cat %s | cpp -I%s %s -E -o %s", - file_in, inc, def, tmpn); - ret = system(buf); - if (ret < 0) - { - snprintf(buf, sizeof(buf), "gcc -I%s %s -E -o %s %s", - inc, def, tmpn, file_in); - ret = system(buf); - } - if (ret >= 0) file_in = tmpn; - free(def); - */ } fd = open(file_in, O_RDONLY | O_BINARY, S_IRUSR | S_IWUSR); if (fd < 0)