Don't remove .c file for dumper binary
[gnome.gobject-introspection] / giscanner / dumper.py
index 460054c..14540d9 100644 (file)
@@ -133,8 +133,6 @@ class DumpCompiler(object):
         except LinkerError, e:
             raise SystemExit('ERROR: ' + str(e))
 
-        os.unlink(c_path)
-
         return IntrospectionBinary([bin_path], self._tmpdir)
 
     # Private API