Skip to content

Commit

Permalink
Remove unused typedefs from precompiled header (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan200101 authored Jun 27, 2024
1 parent 778e338 commit fc087d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions primedev/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

namespace fs = std::filesystem;

typedef void (*callable)();
typedef void (*callable_v)(void* v);

// clang-format off
#define assert_msg(exp, msg) assert((exp, msg))
//clang-format on
Expand Down

0 comments on commit fc087d8

Please sign in to comment.