aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/astpropertiesitemhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/language/astpropertiesitemhandler.cpp')
-rw-r--r--src/lib/corelib/language/astpropertiesitemhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/language/astpropertiesitemhandler.cpp b/src/lib/corelib/language/astpropertiesitemhandler.cpp
index 1b53f2f0b..1ea78bf79 100644
--- a/src/lib/corelib/language/astpropertiesitemhandler.cpp
+++ b/src/lib/corelib/language/astpropertiesitemhandler.cpp
@@ -135,7 +135,6 @@ private:
void doApply(const QString &propertyName, Item *item, JSSourceValuePtr value,
const JSSourceValuePtr &conditionalValue)
{
- QBS_ASSERT(!value || value->file() == conditionalValue->file(), return);
if (!value) {
value = JSSourceValue::create(true);
value->setFile(conditionalValue->file());