Skip to content

Commit 4b79670

Browse files
remove unused function
1 parent 291f142 commit 4b79670

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

configure

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7373,7 +7373,6 @@ fi
73737373

73747374
AC_MSG_CHECKING([if we need to manually block large inlining in ceval.c])
73757375
AC_RUN_IFELSE([AC_LANG_SOURCE([[
7376-
void foo(void *p, void *q) { memmove(p, q, 19); }
73777376
int main(void) {
73787377
// See gh-148284:
73797378
// Clang 22 seems to have interactions with inlining and the stackref buffer

0 commit comments

Comments
 (0)