From 307be8c9cedb32560419bbb09e029b906e5f1acd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 30 May 2017 13:45:50 +0200 Subject: clang-tidy readability-redundant-control-flow Change-Id: I832f7ef0f1bd55e365db7e49823fe8bc30390c04 Reviewed-on: https://gerrit.libreoffice.org/38215 Tested-by: Jenkins Reviewed-by: Noel Grandin --- pyuno/source/module/pyuno_callable.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyuno') diff --git a/pyuno/source/module/pyuno_callable.cxx b/pyuno/source/module/pyuno_callable.cxx index b52e8d6b517a..9320c8e84a8e 100644 --- a/pyuno/source/module/pyuno_callable.cxx +++ b/pyuno/source/module/pyuno_callable.cxx @@ -50,8 +50,6 @@ void PyUNO_callable_del (PyObject* self) me = reinterpret_cast(self); delete me->members; PyObject_Del (self); - - return; } PyObject* PyUNO_callable_call( -- cgit