diff options
Diffstat (limited to 'src/.unitize/_UnitInternals.c')
-rw-r--r-- | src/.unitize/_UnitInternals.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/.unitize/_UnitInternals.c b/src/.unitize/_UnitInternals.c index 1d4145e..ee8e879 100644 --- a/src/.unitize/_UnitInternals.c +++ b/src/.unitize/_UnitInternals.c @@ -1,4 +1,4 @@ -/* _UnitInternals.c generated by valac 0.34.7, the Vala compiler +/* _UnitInternals.c generated by valac 0.36.6, the Vala compiler * generated from _UnitInternals.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -24,7 +24,7 @@ void unit_terminate (void); void unit_init_entry (GError** error) { - gint _tmp0_ = 0; + gint _tmp0_; GError * _inner_error_ = NULL; #line 14 "/home/jens/Source/shotwell/src/.unitize/_UnitInternals.vala" _tmp0_ = unit__unit_init_count; @@ -51,7 +51,7 @@ void unit_init_entry (GError** error) { void unit_terminate_entry (void) { gboolean _tmp0_ = FALSE; - gint _tmp1_ = 0; + gint _tmp1_; #line 23 "/home/jens/Source/shotwell/src/.unitize/_UnitInternals.vala" _tmp1_ = unit__unit_init_count; #line 23 "/home/jens/Source/shotwell/src/.unitize/_UnitInternals.vala" @@ -60,8 +60,8 @@ void unit_terminate_entry (void) { _tmp0_ = TRUE; #line 62 "_UnitInternals.c" } else { - gint _tmp2_ = 0; - gint _tmp3_ = 0; + gint _tmp2_; + gint _tmp3_; #line 23 "/home/jens/Source/shotwell/src/.unitize/_UnitInternals.vala" _tmp2_ = unit__unit_init_count; #line 23 "/home/jens/Source/shotwell/src/.unitize/_UnitInternals.vala" |