| Index: third_party/minicrt/memory.h
|
| diff --git a/third_party/minicrt/memory.h b/third_party/minicrt/memory.h
|
| deleted file mode 100644
|
| index 0284dabd907789f7d16898d5f430943e5b76b7e3..0000000000000000000000000000000000000000
|
| --- a/third_party/minicrt/memory.h
|
| +++ /dev/null
|
| @@ -1,8 +0,0 @@
|
| -#ifndef TR_COMMON_MINICRT_MEMORY_H_
|
| -#define TR_COMMON_MINICRT_MEMORY_H_
|
| -
|
| -int __cdecl memcmp(const void * buf1, const void * buf2, size_t count);
|
| -void * __cdecl memcpy(void * dst, const void * src, size_t count);
|
| -void * __cdecl memset(void *dst, int val, size_t count);
|
| -
|
| -#endif // TR_COMMON_MINICRT_MEMORY_H_
|
|
|