Skip to content

Commit

Permalink
api: remove the deprecated Dispose trait structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Mar 25, 2024
1 parent bd711cf commit 675385a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/misc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@

namespace jule
{
// Dispose mask for implement dispose functionality.
// It's also built-in Dispose trait.
struct Dispose
{
virtual void _method_dispose(void) = 0;
};

template <typename T, typename Denominator>
inline auto div(
#ifndef __JULE_ENABLE__PRODUCTION
Expand Down

0 comments on commit 675385a

Please sign in to comment.