From 06285c0cb3fc374205593cd54a98d097f315a411 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 23 Oct 1992 18:45:43 -0400 Subject: [PATCH] (P_tmpdir): Remove definition. From-SVN: r2581 --- gcc/config/convex/convex.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 15b26a8..8632be4 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -96,11 +96,6 @@ extern char *output_call (); #define TARGET_DEFAULT 0 #endif -/* Convex ships /tmp as a separate file system - thus it - usually has more free space than /usr/tmp */ - -#define P_tmpdir "/tmp/" - /* Allow $ in identifiers. */ #define DOLLARS_IN_IDENTIFIERS 2 -- 2.7.4