[gnome-builder/wip/mwleeds/ide-config-provider] fixup! flatpak: writeback manifest changes to disk



commit f847a9cefe137968503e407a110c261b18e4f97a
Author: Matthew Leeds <mleeds redhat com>
Date:   Wed Jan 25 23:00:09 2017 -0600

    fixup! flatpak: writeback manifest changes to disk

 .../flatpak/gbp-flatpak-configuration-provider.c   |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/flatpak/gbp-flatpak-configuration-provider.c 
b/plugins/flatpak/gbp-flatpak-configuration-provider.c
index d39a3f1..8159878 100644
--- a/plugins/flatpak/gbp-flatpak-configuration-provider.c
+++ b/plugins/flatpak/gbp-flatpak-configuration-provider.c
@@ -299,7 +299,6 @@ gbp_flatpak_configuration_provider_save_async (GbpFlatpakConfigurationProvider *
                                 {
                                   g_auto(GStrv) line_parts = NULL;
                                   line_parts = g_strsplit (new_environ[j], "=", 2);
-                                  //TODO account for prefix
                                   if (g_strcmp0 (line_parts[0], "CFLAGS") == 0)
                                     cflags_line = g_strdup_printf ("%s\"cflags\": \"%s\"",
                                                                    build_options_indent,
@@ -463,8 +462,6 @@ gbp_flatpak_configuration_provider_save_async (GbpFlatpakConfigurationProvider *
                     }
                 }
 
-              //TODO deal with other things the user might have changed
-
               g_ptr_array_add (new_lines, line);
               if (right_curly_brace_line != NULL)
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]