about summary refs log tree commit diff
path: root/malloc/arena.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/arena.c')
-rw-r--r--malloc/arena.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc/arena.c b/malloc/arena.c
index 667484630e..4c398753ae 100644
--- a/malloc/arena.c
+++ b/malloc/arena.c
@@ -1,7 +1,6 @@
 /* Malloc implementation for multiple threads without lock contention.
    Copyright (C) 2001-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Wolfram Gloger <wg@malloc.de>, 2001.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public License as