summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/source.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc
index 61a0245927..a7620dbc5a 100644
--- a/libs/ardour/source.cc
+++ b/libs/ardour/source.cc
@@ -65,7 +65,6 @@ Source::Source (Session& s, const XMLNode& node)
if (set_state (node) || _type == DataType::NIL) {
throw failed_constructor();
}
- assert(_name.find("/") == string::npos);
}
Source::~Source ()