From 2fdd30ce0afca85f07d64765d9ac08251a735f3b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 16 Jul 2010 21:40:09 +0000 Subject: [PATCH] remove unncessary assert git-svn-id: svn://localhost/ardour2/branches/3.0@7434 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/file_manager.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/pbd/file_manager.cc b/libs/pbd/file_manager.cc index 4d82e3d112..45f678ee5d 100644 --- a/libs/pbd/file_manager.cc +++ b/libs/pbd/file_manager.cc @@ -256,7 +256,6 @@ FdFileDescriptor::allocate () void FileDescriptor::set_path (const string& p) { - assert (!is_open()); _path = p; }