Skip to content
Snippets Groups Projects
  • Tom Tromey's avatar
    41f43816
    libcc1: inline some simple methods · 41f43816
    Tom Tromey authored
    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.
    
    
    41f43816
    History
    libcc1: inline some simple methods
    Tom Tromey authored
    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.