summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/defaultbootstrap.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppuhelper/source/defaultbootstrap.cxx b/cppuhelper/source/defaultbootstrap.cxx
index 4796c92e9fa5..bf518a0c1f5d 100644
--- a/cppuhelper/source/defaultbootstrap.cxx
+++ b/cppuhelper/source/defaultbootstrap.cxx
@@ -9,7 +9,6 @@
#include <sal/config.h>
-#include <cassert>
#include <vector>
#include <com/sun/star/uno/DeploymentException.hpp>
@@ -90,7 +89,6 @@ cppu::defaultBootstrap_InitialComponentContext(OUString const & iniUri)
css::uno::Any(
OUString("com.sun.star.security.AccessController")),
true));
- assert(!context_values.empty());
css::uno::Reference< css::uno::XComponentContext > context(
createComponentContext(context_values.data(), context_values.size()));
smgr->setContext(context);