Skip to content

Commit 9e14d47

Browse files
remove unused function
1 parent 012b8a9 commit 9e14d47

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
@@ -7246,7 +7246,6 @@ fi
72467246

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

0 commit comments

Comments
 (0)