From 07d93f01adc0f4aa493562d44817a875805f81dc Mon Sep 17 00:00:00 2001 From: iamamyth Date: Thu, 9 Jan 2025 17:55:31 -0800 Subject: [PATCH] common: Remove resolved FIXME in pod-class.h In src/common/pod-class.h, the POD_CLASS definition contained quite a lot of detritus, including a long-ago resolved FIXME. Delete all the noise. --- src/common/pod-class.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/common/pod-class.h b/src/common/pod-class.h index b285521c8d2..4dd61713487 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