Michal Privoznik
be58733d90
conf: Drop needless NULL checks guarding virBufferEscapeString()
...
There's no need to guard virBufferEscapeString() with a call to
NULL as the very first thing the function does is check all three
arguments for NULL.
This patch was generated using the following spatch:
@@
expression X, Y, E;
@@
- if (E)
virBufferEscapeString(X, Y, E);
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
2024-06-17 16:13:28 +02:00
..
2024-05-02 15:38:32 +02:00
2023-11-21 14:43:39 +01:00
2024-06-17 16:13:28 +02:00
2024-03-12 17:39:21 +01:00
2023-11-21 14:43:39 +01:00
2024-05-02 19:56:45 +02:00
2024-05-02 19:56:45 +02:00
2024-01-08 01:00:08 -05:00
2024-01-08 01:00:08 -05:00
2023-09-04 09:35:35 +02:00
2023-09-15 10:35:11 +02:00
2024-01-07 23:57:09 -05:00
2024-01-07 23:57:09 -05:00
2024-06-17 16:13:28 +02:00
2024-05-02 15:38:32 +02:00
2023-09-18 14:46:24 +02:00
2024-05-02 15:38:32 +02:00
2024-04-02 11:45:54 -05:00
2023-03-03 13:49:56 +01:00
2023-04-01 11:40:32 +02:00
2024-04-12 20:45:11 +02:00
2024-04-12 20:45:11 +02:00
2023-09-04 09:35:35 +02:00
2024-01-24 10:06:09 +01:00
2024-01-24 10:06:09 +01:00
2024-06-17 16:13:28 +02:00
2024-02-07 14:19:42 +01:00
2023-09-18 11:24:49 +02:00
2023-09-18 11:24:49 +02:00
2023-04-01 11:40:32 +02:00
2024-06-17 16:13:28 +02:00
2024-04-24 09:38:54 -04:00
2023-09-04 09:35:35 +02:00
2024-01-31 17:24:07 +01:00
2023-05-22 13:49:34 +02:00
2024-01-08 09:27:31 +01:00
2023-06-05 13:23:06 +02:00
2023-09-04 09:35:35 +02:00
2023-04-01 11:40:32 +02:00
2024-02-13 16:11:21 +01:00
2024-02-13 16:11:17 +01:00
2024-06-17 16:13:28 +02:00
2023-08-22 16:06:08 +02:00
2023-09-04 09:35:35 +02:00
2023-04-20 17:28:34 +02:00
2024-06-17 16:13:28 +02:00
2023-03-16 15:19:36 +01:00
2024-06-17 16:13:28 +02:00
2023-12-14 16:11:07 +01:00
2023-04-01 11:40:32 +02:00
2024-01-07 23:57:09 -05:00
2023-09-04 09:35:35 +02:00
2023-01-06 16:17:38 +01:00
2023-08-22 16:06:32 +02:00
2023-08-22 16:06:32 +02:00
2023-12-07 11:31:29 +01:00
2023-01-06 15:27:52 +01:00
2024-05-22 23:20:07 -04:00
2024-05-22 23:20:07 -04:00
2024-01-24 10:06:09 +01:00
2024-01-07 23:57:09 -05:00
2024-02-26 11:03:51 +01:00
2024-02-26 11:03:51 +01:00
2024-06-17 16:13:28 +02:00
2023-04-01 11:40:32 +02:00
2023-04-01 11:40:32 +02:00
2023-04-01 11:40:32 +02:00
2023-10-17 08:32:24 +02:00
2023-07-20 15:24:02 +02:00