From 2b0cde0cb7f24cf286e792121a7d0a512ef359b6 Mon Sep 17 00:00:00 2001 From: Jeff Hammond Date: Mon, 7 Mar 2022 11:27:46 +0200 Subject: [PATCH] remove USE_FCD --- src/util/util_speak.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/util/util_speak.c b/src/util/util_speak.c index bfd810b0a1..452d5c8b3b 100644 --- a/src/util/util_speak.c +++ b/src/util/util_speak.c @@ -1,7 +1,3 @@ -/* - $Id$ - */ - #include #include #ifdef WIN32 @@ -45,12 +41,7 @@ void util_speak(const char *string) #endif } -#ifdef CRAY -#define FATR -void UTIL_SPEAK(const char *string, int len) -#else void util_speak_(const char *string, int len) -#endif { #ifdef SPEECH char buf[256]; @@ -62,11 +53,7 @@ void util_speak_(const char *string, int len) #endif } -#if defined(USE_FCD) -void FATR UTIL_SPEAK_INIT(const char *host, integer *fp, int len) -#else void util_speak_init_(const char *host, integer *fp, int len) -#endif { #ifdef SPEECH char buf[256];