]> git.ipfire.org Git - thirdparty/gcc.git/commit
libcc1: inline some simple methods
authorTom Tromey <tom@tromey.com>
Tue, 4 May 2021 21:26:58 +0000 (15:26 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 5 May 2021 06:06:16 +0000 (00:06 -0600)
commit41f4381648feb1e5eaa27d108b21e2b95ad3739d
treee4720df20fbf198b3dea2f336365669774838f38
parente1f5252e4d4747e912e33bdbb5aef80055460aa2
libcc1: inline some simple methods

This changes libcc1 to inline a trivial method and to use the default
constructor.

libcc1

* connection.hh (~connection): Use default.
(print): Inline.
* connection.cc (cc1_plugin::connection::~connection)
(cc1_plugin::connection::print): Remove definitions.
libcc1/connection.cc
libcc1/connection.hh