mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Remove an unused variable
This commit is contained in:
parent
b8a2e08aba
commit
591eabcbbc
@ -471,8 +471,6 @@ GWin32RegistryKey *
|
||||
g_win32_registry_key_new (const gchar *path,
|
||||
GError **error)
|
||||
{
|
||||
GObject *result;
|
||||
|
||||
g_return_val_if_fail (path != NULL, NULL);
|
||||
|
||||
return g_initable_new (G_TYPE_WIN32_REGISTRY_KEY,
|
||||
|
Loading…
Reference in New Issue
Block a user