trivial cleanup
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Jan 2009 04:25:31 +0000 (23:25 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 29 Jan 2009 15:57:49 +0000 (10:57 -0500)
Remove a leftover TODO and assignment.

src/polkitbackend/polkitbackendlocalauthority.c

index fea424a..7c0c632 100644 (file)
@@ -534,9 +534,6 @@ polkit_backend_local_authority_check_authorization (PolkitBackendAuthority
    */
   if (!polkit_identity_equal (user_of_inquirer, user_of_subject))
     {
-      /* TODO */
-      result = POLKIT_AUTHORIZATION_RESULT_NOT_AUTHORIZED;
-
       result = check_authorization_sync (authority,
                                          inquirer,
                                          "org.freedesktop.policykit.read",