Skip to content

Commit 52e1968

Browse files
committed
Fixed a compile error.
1 parent ad6d718 commit 52e1968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/modules/memory/memory_function.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ CFunction::CFunction(unsigned long ulAddr, Convention_t eCallingConvention,
176176
m_eCallingConvention = eCallingConvention;
177177
m_iCallingConvention = iCallingConvention;
178178
m_pCallingConvention = NULL;
179-
m_oCallingConvention = object();
180179

181180
// We didn't allocate the calling convention, someone else is responsible for it.
182181
m_bAllocatedCallingConvention = false;

0 commit comments

Comments
 (0)