diff --git a/src/common/pod-class.h b/src/common/pod-class.h index b285521c8..4dd617134 100644 --- a/src/common/pod-class.h +++ b/src/common/pod-class.h @@ -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