[Spice-devel] [PATCH spice-server 01/13] char-device: Remove unused red_char_device_destroy function

Uri Lublin uril at redhat.com
Thu May 30 17:01:10 UTC 2019


On 5/30/19 5:22 PM, Frediano Ziglio wrote:
> g_object_unref is directly used.

OK.

I see there are some comments referring to red_char_device_destroy.
Consider removing those comments or rewriting them.

Uri.


> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>   server/char-device.c | 6 ------
>   server/char-device.h | 1 -
>   2 files changed, 7 deletions(-)
> 
> diff --git a/server/char-device.c b/server/char-device.c
> index 9ee255664..0f6a29d6f 100644
> --- a/server/char-device.c
> +++ b/server/char-device.c
> @@ -697,12 +697,6 @@ void red_char_device_reset_dev_instance(RedCharDevice *dev,
>       g_object_notify(G_OBJECT(dev), "sin");
>   }
>   
> -void red_char_device_destroy(RedCharDevice *char_dev)
> -{
> -    g_return_if_fail(RED_IS_CHAR_DEVICE(char_dev));
> -    g_object_unref(char_dev);
> -}
> -
>   static RedCharDeviceClient *red_char_device_client_new(RedClient *client,
>                                                          int do_flow_control,
>                                                          uint32_t max_send_queue_size,
> diff --git a/server/char-device.h b/server/char-device.h
> index 893d3e4b1..7d3ad8b3a 100644
> --- a/server/char-device.h
> +++ b/server/char-device.h
> @@ -160,7 +160,6 @@ typedef struct RedCharDeviceWriteBuffer {
>   
>   void red_char_device_reset_dev_instance(RedCharDevice *dev,
>                                           SpiceCharDeviceInstance *sin);
> -void red_char_device_destroy(RedCharDevice *dev);
>   
>   /* only one client is supported */
>   void red_char_device_migrate_data_marshall(RedCharDevice *dev,
> 



More information about the Spice-devel mailing list