summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorJonathan Hao <johnathan79717@gmail.com>2017-01-05 00:48:29 +0800
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-01-04 13:48:29 -0300
commitc18cb1b192d60499af3d68b244e86c8dd8f55200 (patch)
tree48c481884bb29dd7bde72694a6ed703bb416d7c3 /src/video_core
parent159bcbfdbc1022da92f9006ba9acb5d7f7405604 (diff)
Fix some warnings (#2399)
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/shader/shader_interpreter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/shader/shader_interpreter.cpp b/src/video_core/shader/shader_interpreter.cpp
index 70db4167e..20fb9754b 100644
--- a/src/video_core/shader/shader_interpreter.cpp
+++ b/src/video_core/shader/shader_interpreter.cpp
@@ -27,8 +27,6 @@ namespace Pica {
namespace Shader {
-constexpr u32 INVALID_ADDRESS = 0xFFFFFFFF;
-
struct CallStackElement {
u32 final_address; // Address upon which we jump to return_address
u32 return_address; // Where to jump when leaving scope