Remove extra #endif.

[ROCm/clr commit: 432380aa5d]
This commit is contained in:
Vladislav Sytchenko
2019-10-18 16:40:29 -04:00
parent 54eddfc8f0
commit 33acfa17c1
@@ -104,7 +104,6 @@ THE SOFTWARE.
#define popen(x,y) _popen(x,y)
#define pclose(x) _pclose(x)
#define setenv(x,y,z) _putenv_s(x,y)
#endif
#else
#define aligned_free(x) free(x)
#endif