diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-05 09:21:33 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-05 09:48:37 -0800 |
| commit | cf7dda752e1a49cb1003b0e300a5200ff0b0c92e (patch) | |
| tree | 070797fdfbe72a754dbfe6a0f688ce9ab3ac4af8 /src/platform/windows/win_impl.h | |
| parent | a300db42527a3eff0b037b3aa5fa3ff50f8227d4 (diff) | |
| download | nng-cf7dda752e1a49cb1003b0e300a5200ff0b0c92e.tar.gz nng-cf7dda752e1a49cb1003b0e300a5200ff0b0c92e.tar.bz2 nng-cf7dda752e1a49cb1003b0e300a5200ff0b0c92e.zip | |
platform: eliminate NNI_CV_INITIALIZER altogether
Diffstat (limited to 'src/platform/windows/win_impl.h')
| -rw-r--r-- | src/platform/windows/win_impl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/platform/windows/win_impl.h b/src/platform/windows/win_impl.h index fd02e080..1659b099 100644 --- a/src/platform/windows/win_impl.h +++ b/src/platform/windows/win_impl.h @@ -59,11 +59,6 @@ struct nni_plat_cv { PSRWLOCK srl; }; -#define NNI_CV_INITIALIZER(mxp) \ - { \ - .srl = (void *) mxp, .cv = CONDITION_VARIABLE_INIT \ - } - struct nni_atomic_flag { LONG f; }; |
