Go to file
Uri Lublin a52a0a0906 ptypes.py: remove useless condition member != None
member = None is set before the if/else condition.
In the else code, when member is set it is checked
and if not-None it breaks out of the loop.
If the code is still in the loop for sure member is None.

Found by covscan.

Signed-off-by: Uri Lublin <uril@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2019-08-12 17:00:42 +01:00
common recorder: Update 2019-05-29 14:53:16 +01:00
docs docs: add spice URI scheme 2019-02-21 14:22:18 +00:00
m4 build: Disable Celt support by default 2019-06-13 08:51:11 +01:00
python_modules ptypes.py: remove useless condition member != None 2019-08-12 17:00:42 +01:00
tests Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
.gitlab-ci.yml ci: Remove dependencies from copr build 2019-03-12 12:43:38 +00:00
.gitmodules Integrate recorder library 2019-01-23 14:44:19 +00:00
.gitpublish Add a .gitpublish 2019-01-15 17:35:51 +04:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac build: Add new check for recorder library 2019-04-03 09:32:46 +01:00
COPYING Remove trailing whitespace 2015-12-18 11:41:15 +01:00
git.mk build: Update git.mk to latest version 2018-06-18 14:08:03 +01:00
Makefile.am proto: Remove support for SPICE version 1 2018-09-28 09:00:03 +01:00
meson_options.txt build: Disable Celt support by default 2019-06-13 08:51:11 +01:00
meson.build Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
spice_codegen.py Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
spice.proto proto: Fix typo in message name 2019-04-03 10:00:42 +01:00