From 30606e55f1a570463d837cb110b0bd4adba6643b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Feb 2020 11:22:30 +0900 Subject: Remove remaining 'register' instructions. Signed-off-by: Michele Calgaro --- tdehtml/html/doctypes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdehtml/html') diff --git a/tdehtml/html/doctypes.cpp b/tdehtml/html/doctypes.cpp index 4c456dc71..adbefab87 100644 --- a/tdehtml/html/doctypes.cpp +++ b/tdehtml/html/doctypes.cpp @@ -51,7 +51,7 @@ inline #endif #endif static unsigned int -hash (register const char *str, unsigned int len) +hash (const char *str, unsigned int len) { static const unsigned short asso_values[] = { @@ -334,7 +334,7 @@ hash (register const char *str, unsigned int len) __inline #endif const struct PubIDInfo * -findDoctypeEntry (register const char *str, unsigned int len) +findDoctypeEntry (const char *str, unsigned int len) { enum { -- cgit v1.2.1