mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Remove an unused variable
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user