From a9b3b770f596c9f9fd059f5a90a4e1db3c4f3835 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 10 Feb 2023 16:48:15 -0300 Subject: string: Remove string_private.h Now that _STRING_ARCH_unaligned is not used anymore. Reviewed-by: Wilco Dijkstra --- sysdeps/generic/string_private.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sysdeps/generic/string_private.h (limited to 'sysdeps/generic') diff --git a/sysdeps/generic/string_private.h b/sysdeps/generic/string_private.h deleted file mode 100644 index a1a62b3..0000000 --- a/sysdeps/generic/string_private.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Define _STRING_ARCH_unaligned. Generic version. - Copyright (C) 2016-2023 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - 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 published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -/* Define to 1 if architecture can access unaligned multi-byte - variables. */ -#define _STRING_ARCH_unaligned 0 -- cgit v1.1