[COMMITTED] posix: Remove unused definition on _Fork

Message ID 20220426172310.3431493-1-adhemerval.zanella@linaro.org
State Committed
Commit 4f7b7d00e02e22acdda8c13e6db47d12a791c5e3
Headers
Series [COMMITTED] posix: Remove unused definition on _Fork |

Commit Message

Adhemerval Zanella Netto April 26, 2022, 5:23 p.m. UTC
  Checked on x86_64-linux-gnu.
---
 sysdeps/nptl/_Fork.c | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

diff --git a/sysdeps/nptl/_Fork.c b/sysdeps/nptl/_Fork.c
index 692a3fc02f..dd568992e2 100644
--- a/sysdeps/nptl/_Fork.c
+++ b/sysdeps/nptl/_Fork.c
@@ -19,9 +19,6 @@ 
 #include <arch-fork.h>
 #include <pthreadP.h>
 
-/* Pointer to the fork generation counter in the thread library.  */
-extern unsigned long int *__fork_generation_pointer attribute_hidden;
-
 pid_t
 _Fork (void)
 {