mirror of https://github.com/KLayout/klayout.git
Merge pull request #1786 from rocallahan/remove-friend
Remove unused `OASISReaderLayerMapping` friend declaration
This commit is contained in:
commit
4383802d80
|
|
@ -107,8 +107,6 @@ protected:
|
||||||
virtual void do_read (db::Layout &layout);
|
virtual void do_read (db::Layout &layout);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class OASISReaderLayerMapping;
|
|
||||||
|
|
||||||
typedef db::coord_traits<db::Coord>::distance_type distance_type;
|
typedef db::coord_traits<db::Coord>::distance_type distance_type;
|
||||||
|
|
||||||
enum TableMode
|
enum TableMode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue