mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
Merge pull request #1964 from waywardmonkeys/remove-define-void
Remove unused DEFINE_VOID macro.
This commit is contained in:
commit
a83097d5cc
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