Skip to content

Commit

Permalink
Remove unsused batch traits
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 6, 2024
1 parent 7e0f13e commit 839dc81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/tapkee/traits/callbacks_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
namespace tapkee
{

template <class Callback> struct BatchCallbackTraits
{
static const bool supports_batch;
};
#define TAPKEE_CALLBACK_SUPPORTS_BATCH(X) template <> const bool BatchCallbackTraits<X>::supports_batch = true;

template <class T> class is_dummy
{
typedef char yes;
Expand Down

0 comments on commit 839dc81

Please sign in to comment.