]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Remove unused CodeContext.save_cheaders property
authorJürg Billeter <j@bitron.ch>
Fri, 10 Apr 2009 10:00:04 +0000 (12:00 +0200)
committerJürg Billeter <j@bitron.ch>
Fri, 10 Apr 2009 10:00:04 +0000 (12:00 +0200)
vala/valacodecontext.vala

index 771a1e5d16bf53aead04fd1865ea355ae0aec6d5..ef66dd28301af11f502cc4cf147fcfd8623bb127 100644 (file)
@@ -152,10 +152,6 @@ public class Vala.CodeContext {
                get { return save_temps; }
        }
 
-       public bool save_cheaders {
-               get { return save_csources || null != library; }
-       }
-
        public Report report { get; set; default = new Report ();}
 
        private Gee.List<SourceFile> source_files = new ArrayList<SourceFile> ();