Skip to content

Commit

Permalink
Remove meaningless forward declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Nov 5, 2014
1 parent 3f8d1f1 commit 6f6aa3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/grnxx/impl/table.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ using DBInterface = grnxx::DB;
using TableInterface = grnxx::Table;

class DB;
class TableRegularCursor;
class TableReverseCursor;

class Table : public TableInterface {
public:
Expand Down

0 comments on commit 6f6aa3d

Please sign in to comment.