summaryrefslogtreecommitdiff
path: root/src/dsp/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/cpu.h')
-rw-r--r--src/dsp/cpu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/dsp/cpu.h b/src/dsp/cpu.h
index 785a0569..1b48eaa1 100644
--- a/src/dsp/cpu.h
+++ b/src/dsp/cpu.h
@@ -242,16 +242,7 @@ typedef enum {
kMSA
} CPUFeature;
-#ifdef __cplusplus
-extern "C" {
-#endif
-
// returns true if the CPU supports the feature.
typedef int (*VP8CPUInfo)(CPUFeature feature);
-WEBP_EXTERN VP8CPUInfo VP8GetCPUInfo;
-
-#ifdef __cplusplus
-} // extern "C"
-#endif
#endif // WEBP_DSP_CPU_H_