[gnome-online-accounts/wip/rishi/identity-kernel-keyring-notification: 7/8] build: Remove redundant comments



commit 53694965aeada4224c5869ea17310b586ba0e6d0
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 30 16:46:35 2020 +0100

    build: Remove redundant comments

 meson.build | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 5543916d..eb5eaa17 100644
--- a/meson.build
+++ b/meson.build
@@ -51,17 +51,13 @@ cc = meson.get_compiler('c')
 
 config_h = configuration_data()
 
-# quoted defines
 config_h.set_quoted('PACKAGE_VERSION', goa_version)
-# i18n
 config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name())
 
-# version values
 config_h.set('GOA_MAJOR_VERSION', goa_major_version)
 config_h.set('GOA_MINOR_VERSION', goa_minor_version)
 config_h.set('GOA_MICRO_VERSION', goa_micro_version)
 
-# compiler flags
 compiler_flags = []
 
 if goa_buildtype.contains('debug')
@@ -86,7 +82,6 @@ gio_dep = dependency('gio-2.0', version: glib_req_version)
 gio_unix_dep = dependency('gio-unix-2.0', version: glib_req_version)
 glib_dep = dependency('glib-2.0', version: glib_req_version)
 
-# Check for dbus service dir
 dbus_dep = dependency('dbus-1')
 dbus_service_dir = dbus_dep.get_pkgconfig_variable('session_bus_services_dir',
                                                    define_variable: ['datadir', goa_datadir])


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