Skip to content

Commit 1c8bb6d

Browse files
committed
Remove unnecessary LIBZEND_MM_ALIGN assignment
We're not using the variable in this branch.
1 parent 941b55f commit 1c8bb6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/Zend.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ int main()
278278
AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT_LOG2, $LIBZEND_MM_ALIGN_LOG2, [ ])
279279
], [], [
280280
dnl Cross compilation needs something here.
281-
LIBZEND_MM_ALIGN=8
282281
AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT, 8, [ ])
283282
AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT_LOG2, 3, [ ])
284283
])

0 commit comments

Comments
 (0)