Skip to content

Commit 430c2f0

Browse files
authored
Remove duplicated serialize from different class (#595)
1 parent c37bfac commit 430c2f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tesseract_motion_planners/trajopt/include/tesseract_motion_planners/trajopt/profile/trajopt_osqp_solver_profile.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ namespace boost::serialization
3333
{
3434
template <class Archive>
3535
void serialize(Archive& ar, OSQPSettings& settings, const unsigned int version); // NOLINT
36-
37-
template <class Archive>
38-
void serialize(Archive& ar, sco::BasicTrustRegionSQPParameters& params, const unsigned int version); // NOLINT
39-
4036
} // namespace boost::serialization
4137

4238
namespace tesseract_planning

0 commit comments

Comments
 (0)