projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead3ef3
)
remove old code not used anymore
author
raster
<raster>
Mon, 21 Mar 2011 03:00:33 +0000
(
03:00
+0000)
committer
raster
<raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 21 Mar 2011 03:00:33 +0000
(
03:00
+0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@57928
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/bin/edje_cc_parse.c
patch
|
blob
|
history
diff --git
a/src/bin/edje_cc_parse.c
b/src/bin/edje_cc_parse.c
index
20faac6
..
beb086d
100644
(file)
--- 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)