summaryrefslogtreecommitdiff
path: root/src/librfu_rfu.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2021-04-20 21:31:39 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2021-04-20 21:31:39 -0400
commit57948b86a8cb464849d915a838ccb83b0b941531 (patch)
tree963d996289fd074c417df7e43a2d30c5a55e84bb /src/librfu_rfu.c
parent21f05a3c0115e3effd9b6c40c14f6b19482f03fe (diff)
Eliminate the last fakematching. We are free of nonmatchings/fakematchings!
Diffstat (limited to 'src/librfu_rfu.c')
-rw-r--r--src/librfu_rfu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librfu_rfu.c b/src/librfu_rfu.c
index f39ccb74c..be2fa61e4 100644
--- a/src/librfu_rfu.c
+++ b/src/librfu_rfu.c
@@ -1758,9 +1758,6 @@ static void rfu_constructSendLLFrame(void)
{
u8 *maxSize = llf_p - offsetof(struct RfuFixed, LLFBuffer[1]);
- // Does the volatile qualifier make sense?
- // It's the same as:
- // asm("":::"memory");
pakcketSize = maxSize - *(u8 *volatile *)&gRfuFixed;
}
}