remove old code not used anymore
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 21 Mar 2011 03:00:33 +0000 (03:00 +0000)
committerraster <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

index 20faac6..beb086d 100644 (file)
@@ -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)