From bbc39ffe31c67506b4c03fc56fa3adcb925b6325 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Jun 2015 21:35:43 +0200 Subject: Remove gratuitous classes In the process also get rid of global class processor which conflicts with enum processor on MIPS. --- odb/processor.hxx | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'odb/processor.hxx') diff --git a/odb/processor.hxx b/odb/processor.hxx index 602b999..e62dd25 100644 --- a/odb/processor.hxx +++ b/odb/processor.hxx @@ -9,22 +9,12 @@ #include #include -class processor -{ -public: - class failed {}; +class processor_failed {}; - void - process (options const&, - features&, - semantics::unit&, - semantics::path const&); - - processor () {} - -private: - processor (processor const&); - processor& operator= (processor const&); -}; +void +process (options const&, + features&, + semantics::unit&, + semantics::path const&); #endif // ODB_PROCESSOR_HXX -- cgit v1.1