settings: remove unused variables

This commit is contained in:
Dan Williams 2010-11-18 10:55:21 -06:00
parent ca063e4d0c
commit 9db44c42ee

View file

@ -119,7 +119,6 @@ uid_in_acl (NMConnection *self,
GError **error) GError **error)
{ {
NMSettingConnection *s_con; NMSettingConnection *s_con;
guint32 num, i;
const char *user = NULL; const char *user = NULL;
GError *local = NULL; GError *local = NULL;