summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-08-10 15:48:27 -0700
committerGitHub <noreply@github.com>2024-08-10 18:48:27 -0400
commit9eec8af4981ec7a6b75b1850713c061d83099e6b (patch)
tree229a6931e872bc5398f24347e072c0583dbe4c79 /src/code/graph.c
parentd495436190f246c1e79ed6879206d59b2fab6fd4 (diff)
Add "do {} while (0);" to CLOSE_DISPS (#2025)
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 92df90d8f..3e5df9145 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -246,8 +246,6 @@ void Graph_TaskSet00(GraphicsContext* gfxCtx) {
task->yield_data_ptr = gGfxSPTaskYieldBuffer;
- if (1) {}
-
task->yield_data_size = sizeof(gGfxSPTaskYieldBuffer);
scTask->next = NULL;