Chromium Code Reviews| Index: source/libvpx/vpx_ports/x86.h |
| =================================================================== |
| --- source/libvpx/vpx_ports/x86.h (revision 251189) |
| +++ source/libvpx/vpx_ports/x86.h (working copy) |
| @@ -168,8 +168,6 @@ |
| return flags & mask; |
| } |
| -vpx_cpu_t vpx_x86_vendor(void); |
| - |
| #if ARCH_X86_64 && defined(_MSC_VER) |
| unsigned __int64 __rdtsc(void); |
| #pragma intrinsic(__rdtsc) |