Skip to content

Commit

Permalink
remove geometry traits
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Mar 23, 2024
1 parent 091a452 commit db9d08e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 90 deletions.
2 changes: 0 additions & 2 deletions geometry/geometry.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<ClInclude Include="sphere_body.hpp" />
<ClInclude Include="symmetric_bilinear_form.hpp" />
<ClInclude Include="symmetric_bilinear_form_body.hpp" />
<ClInclude Include="traits.hpp" />
<ClInclude Include="homothecy_body.hpp" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -95,6 +94,5 @@
<ClCompile Include="signature_test.cpp" />
<ClCompile Include="sign_test.cpp" />
<ClCompile Include="symmetric_bilinear_form_test.cpp" />
<ClCompile Include="traits_test.cpp" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions geometry/geometry.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@
<ClInclude Include="complexification_body.hpp">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="traits.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="plane.hpp">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down Expand Up @@ -259,9 +256,6 @@
<ClCompile Include="complexification_test.cpp">
<Filter>Test Files</Filter>
</ClCompile>
<ClCompile Include="traits_test.cpp">
<Filter>Test Files</Filter>
</ClCompile>
<ClCompile Include="plane_test.cpp">
<Filter>Test Files</Filter>
</ClCompile>
Expand Down
1 change: 0 additions & 1 deletion geometry/pair.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "base/not_constructible.hpp"
#include "base/not_null.hpp"
#include "geometry/barycentre_calculator.hpp" // 🧙 For friendship.
#include "geometry/traits.hpp"
#include "quantities/concepts.hpp"
#include "quantities/named_quantities.hpp"
#include "serialization/geometry.pb.h"
Expand Down
36 changes: 0 additions & 36 deletions geometry/traits.hpp

This file was deleted.

43 changes: 0 additions & 43 deletions geometry/traits_test.cpp

This file was deleted.

Binary file modified ksp_plugin_adapter_stub/ksp_plugin_adapter_stub.dll
Binary file not shown.
Binary file modified ksp_plugin_adapter_stub/ksp_plugin_adapter_stub.pdb
Binary file not shown.
2 changes: 0 additions & 2 deletions numerics/polynomial_in_monomial_basis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "base/traits.hpp"
#include "geometry/hilbert.hpp"
#include "geometry/point.hpp"
#include "geometry/traits.hpp"
#include "quantities/named_quantities.hpp"
#include "quantities/tuples.hpp"
#include "serialization/numerics.pb.h"
Expand Down Expand Up @@ -71,7 +70,6 @@ using namespace principia::base::_not_null;
using namespace principia::base::_traits;
using namespace principia::geometry::_hilbert;
using namespace principia::geometry::_point;
using namespace principia::geometry::_traits;
using namespace principia::numerics::_polynomial;
using namespace principia::quantities::_concepts;
using namespace principia::quantities::_named_quantities;
Expand Down

0 comments on commit db9d08e

Please sign in to comment.