aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-05-30 09:35:23 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-05-30 07:35:23 +0000
commit63523736d018998672b707e669d0536d10cb735e (patch)
treeb27b868e0db12194dd12d7fb6d15d376bb1c623e /gcc/dumpfile.h
parent59075bc80894016c6f7fbf4b52bcd678601fce14 (diff)
downloadgcc-63523736d018998672b707e669d0536d10cb735e.zip
gcc-63523736d018998672b707e669d0536d10cb735e.tar.gz
gcc-63523736d018998672b707e669d0536d10cb735e.tar.bz2
Remove dump_file_info::dump_file_info and replace it with macro.
2017-05-30 Martin Liska <mliska@suse.cz> * dumpfile.c: Use newly added macro DUMP_FILE_INFO. * dumpfile.h (struct dump_file_info): Remove ctors. From-SVN: r248617
Diffstat (limited to 'gcc/dumpfile.h')
-rw-r--r--gcc/dumpfile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h
index a60777f3..fda8d71 100644
--- a/gcc/dumpfile.h
+++ b/gcc/dumpfile.h
@@ -120,13 +120,6 @@ typedef uint64_t dump_flags_t;
/* Define a tree dump switch. */
struct dump_file_info
{
- /* Constructor. */
- CONSTEXPR dump_file_info ();
-
- /* Constructor. */
- dump_file_info (const char *_suffix, const char *_swtch, dump_kind _dkind,
- int _num);
-
/* Suffix to give output file. */
const char *suffix;
/* Command line dump switch. */