From 5e450063fbe25926ae50d569c285db428055318a Mon Sep 17 00:00:00 2001 From: João Silva Date: Mon, 14 Aug 2017 06:03:05 +0100 Subject: Deleted several unused variables, code and files. --- source/sar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/sar.h') diff --git a/source/sar.h b/source/sar.h index 487cdaa..2fc14d2 100644 --- a/source/sar.h +++ b/source/sar.h @@ -50,7 +50,5 @@ static INLINE int64_t SAR64(const int64_t b, const int32_t n) #endif return b >> n; } - #endif - #endif -- cgit v1.2.3