Merge pull request #9693

07d93f01a common: Remove resolved FIXME in pod-class.h (iamamyth)
This commit is contained in:
tobtoht
2025-01-22 22:55:21 +00:00

View File

@@ -30,14 +30,4 @@
#pragma once
// FIXME: Why is this ifdef needed? Hopefully making it struct won't break things.
/*
#if defined(_MSC_VER)
#define POD_CLASS struct
#else
#define POD_CLASS class
#endif
*/
#define POD_CLASS struct