Commit d5c2538c authored by Shucai Xiao's avatar Shucai Xiao
Browse files

remove duplicate definition

parent a96585d6
...@@ -226,8 +226,6 @@ struct shape ...@@ -226,8 +226,6 @@ struct shape
const std::vector<shape>& sub_shapes() const; const std::vector<shape>& sub_shapes() const;
std::size_t element_space() const; std::size_t element_space() const;
std::size_t element_space() const;
private: private:
shape(std::shared_ptr<shape_impl> pimpl); shape(std::shared_ptr<shape_impl> pimpl);
std::shared_ptr<const shape_impl> impl; std::shared_ptr<const shape_impl> impl;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment