summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-20 10:32:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-20 10:32:47 +0200
commit618376bcb55906913bc76365d7db9b71eb422daa (patch)
tree9315369f9ffb16f27eb05215c314ffe8b900c455 /pyuno
parentce60a046d9db7b604bb66e47d683e62ac65a2f65 (diff)
warning C4702: unreachable code
Change-Id: Ie2cc83dde7e0522e0bf669a1dd3d7a8ca680f7e2
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_runtime.cxx2
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 )