mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Remove unused DEFINE_VOID macro.
This commit is contained in:
parent
e026f96ed4
commit
b2123136b1
|
@ -19,7 +19,3 @@ Copyright (c) 2015 Microsoft Corporation
|
||||||
#ifndef DEFINE_TYPE
|
#ifndef DEFINE_TYPE
|
||||||
#define DEFINE_TYPE(T) typedef struct _ ## T *T
|
#define DEFINE_TYPE(T) typedef struct _ ## T *T
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DEFINE_VOID
|
|
||||||
#define DEFINE_VOID(T) typedef void* T
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue