From: chaoskagami Date: Tue, 31 May 2016 09:30:00 +0000 (-0400) Subject: Remove unused garbage X-Git-Tag: stable-1~26 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=327c916ae17306ea69cdb48495bb32a52591dcf7;p=corbenik%2Fcorbenik.git Remove unused garbage --- diff --git a/asm/sigpatches.s b/asm/sigpatches.s deleted file mode 100644 index dd1220e..0000000 --- a/asm/sigpatches.s +++ /dev/null @@ -1,12 +0,0 @@ -.arm.little - -.create "sig1.to", 0 -.thumb -mov r0, #0 -.close - -.create "sig2.to", 0 -.thumb -mov r0, #0 -bx lr -.close