Skip to content

Commit a6a94b0

Browse files
committed
remove include assert.h
1 parent 1e0fe57 commit a6a94b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/modules/openfx/mlt_openfx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,6 @@ static OfxStatus memoryFree(void *allocatedData)
10991099

11001100
static OfxMemorySuiteV1 MltOfxMemorySuiteV1 = {memoryAlloc, memoryFree};
11011101

1102-
#include <assert.h>
11031102
// --- Thread-local storage for OFX threading context ---
11041103
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
11051104
static _Thread_local unsigned int ofx_thread_index = 0;

0 commit comments

Comments
 (0)