summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-06-12 22:00:52 +0200
committerlat9nq <lat9nq@gmail.com>2022-06-14 01:18:20 +0200
commit963ed37fd615454784c46be0a80ae6e03fcc0285 (patch)
treebd265bf8d1fbddb421a4beb7654d9e5cbf60f31b
parentMerge pull request #8446 from liamwhite/cmd-gdb (diff)
downloadyuzu-963ed37fd615454784c46be0a80ae6e03fcc0285.tar
yuzu-963ed37fd615454784c46be0a80ae6e03fcc0285.tar.gz
yuzu-963ed37fd615454784c46be0a80ae6e03fcc0285.tar.bz2
yuzu-963ed37fd615454784c46be0a80ae6e03fcc0285.tar.lz
yuzu-963ed37fd615454784c46be0a80ae6e03fcc0285.tar.xz
yuzu-963ed37fd615454784c46be0a80ae6e03fcc0285.tar.zst
yuzu-963ed37fd615454784c46be0a80ae6e03fcc0285.zip
-rw-r--r--src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp
index 3dc7c9a11..578bc8c1b 100644
--- a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp
+++ b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp
@@ -975,13 +975,7 @@ private:
Environment& env;
IR::AbstractSyntaxList& syntax_list;
bool uses_demote_to_helper{};
-
-// TODO: C++20 Remove this when all compilers support constexpr std::vector
-#if __cpp_lib_constexpr_vector >= 201907
- static constexpr Flow::Block dummy_flow_block;
-#else
const Flow::Block dummy_flow_block;
-#endif
};
} // Anonymous namespace