Skip to content

Commit

Permalink
Delete an unnecessary eigen alignment macro. openMVG#1347
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Jul 17, 2018
1 parent 6148832 commit 1e007ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/openMVG/features/feature.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ class PointFeature {
friend std::istream& operator>>(std::istream& in, PointFeature& obj);

public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW

PointFeature(float x=0.0f, float y=0.0f);

float x() const;
Expand Down

0 comments on commit 1e007ae

Please sign in to comment.