Move more allocations to psymtab obstack
[deliverable/binutils-gdb.git] / gdb / tracefile.c
index b367f6e403b34bc12deabefed0a28741f9cda806..bf886e06521a7ab38d56a2968306babe9650c823 100644 (file)
@@ -1,6 +1,6 @@
 /* Trace file support in GDB.
 
-   Copyright (C) 1997-2018 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -470,11 +470,6 @@ tracefile_target::get_trace_status (struct trace_status *ts)
   return -1;
 }
 
-tracefile_target::tracefile_target ()
-{
-  this->to_stratum = process_stratum;
-}
-
 void
 _initialize_tracefile (void)
 {
This page took 0.023838 seconds and 4 git commands to generate.