summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-11 15:56:37 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-11 15:56:37 +0000
commit7561f75ad38a1d50f88c49cded55093d0890b736 (patch)
tree064bca6970f26a5805440df8c028f0f79f5ce797 /src
parent5aa66b7fd3e5256cd20eedde287a2124522610a0 (diff)
Remove over-zealous assert().
Diffstat (limited to 'src')
-rw-r--r--src/mxf_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf_writer.cc b/src/mxf_writer.cc
index 374e6590..21720772 100644
--- a/src/mxf_writer.cc
+++ b/src/mxf_writer.cc
@@ -41,7 +41,7 @@ MXFWriter::MXFWriter (MXF* mxf, boost::filesystem::path file)
MXFWriter::~MXFWriter ()
{
- assert (_finalized);
+
}
void