diff options
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_runtime.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx index f3284c4f9a8d..b021fdd43e1a 100644 --- a/pyuno/source/module/pyuno_runtime.cxx +++ b/pyuno/source/module/pyuno_runtime.cxx @@ -589,8 +589,6 @@ PyRef Runtime::any2PyObject (const Any &a ) const throw RuntimeException(buf.makeStringAndClear( ), Reference< XInterface > () ); } } - //We shouldn't be here... - assert(false); } static Sequence< Type > invokeGetTypes( const Runtime & r , PyObject * o ) |