From e72eff80bfa720ba295312348dfdd64e18dc7ad2 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 2 Dec 2013 07:05:10 +0400 Subject: Remove last traces of gdb_stat.h. This file no longer exists. gdb/ChangeLog: * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h". * ctf.c (ctf_start): Remove obsolete comment. --- gdb/ctf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ctf.c') diff --git a/gdb/ctf.c b/gdb/ctf.c index ba8190e..dcc4eb8 100644 --- a/gdb/ctf.c +++ b/gdb/ctf.c @@ -320,7 +320,7 @@ ctf_start (struct trace_file_writer *self, const char *dirname) #ifdef S_IXGRP | S_IXGRP #endif - | S_IROTH /* Defined in common/gdb_stat.h if not defined. */ + | S_IROTH #ifdef S_IXOTH | S_IXOTH #endif -- cgit v1.1