mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Remove unused DEFINE_VOID macro.
This commit is contained in:
parent
e026f96ed4
commit
b2123136b1
1 changed files with 0 additions and 4 deletions
|
@ -19,7 +19,3 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
#ifndef DEFINE_TYPE
|
||||
#define DEFINE_TYPE(T) typedef struct _ ## T *T
|
||||
#endif
|
||||
|
||||
#ifndef DEFINE_VOID
|
||||
#define DEFINE_VOID(T) typedef void* T
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue