shithub: libvpx

Download patch

ref: 77d3775941008e9ad53e9a5b96e82ca88e9564f4
parent: c9e057a9a0d49ff878895272ba1f072ad64b0157
author: James Zern <jzern@google.com>
date: Tue Feb 2 12:56:04 EST 2016

vpx_mem.c: remove unused macro

__VPX_MEM_C__

unused since:
f58011a vpx_mem: remove vpx_memset

Change-Id: I820c972c4165275ddf21c1687748409818a7f2af

--- a/vpx_mem/vpx_mem.c
+++ b/vpx_mem/vpx_mem.c
@@ -9,8 +9,6 @@
  */
 
 
-#define __VPX_MEM_C__
-
 #include "vpx_mem.h"
 #include <stdio.h>
 #include <stdlib.h>