From 029634c0fd165e2e5b8afc178c50781fc3a90032 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Oct 2024 12:33:30 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro (cherry picked from commit 638f63d207a9a925df17fda588436fa6530a3d85) --- tdehtml/html/Platform.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tdehtml/html/Platform.h') diff --git a/tdehtml/html/Platform.h b/tdehtml/html/Platform.h index c587e0302..260931d78 100644 --- a/tdehtml/html/Platform.h +++ b/tdehtml/html/Platform.h @@ -169,12 +169,6 @@ #define WTF_COMPILER_SUNPRO 1 #endif -/* COMPILER(BORLAND) */ -/* not really fully supported - is this relevant any more? */ -#if defined(__BORLANDC__) -#define WTF_COMPILER_BORLAND 1 -#endif - /* COMPILER(CYGWIN) */ /* not really fully supported - is this relevant any more? */ #if defined(__CYGWIN__) -- cgit v1.2.1