Remove extra #endif.

[ROCm/hip commit: 664b115c44]
This commit is contained in:
Vladislav Sytchenko
2019-10-18 16:40:29 -04:00
förälder fd17d3b737
incheckning 05cf0313ce
-1
Visa fil
@@ -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