bfqio: Remove redundant extern

* This is the exported header for libbfqio, of course it includes the
  function listed. No need for extern.

Change-Id: Idbdd9b51f14e52741fed5eb7d7fb78a46bb7dc72
This commit is contained in:
Ethan Chen
2018-01-08 22:49:56 -08:00
committed by Bruno Martins
parent 63b15427d1
commit 32e4e79dfa

View File

@@ -21,7 +21,7 @@
extern "C" {
#endif
extern int android_set_rt_ioprio(int pid, int rt);
int android_set_rt_ioprio(int pid, int rt);
#ifdef __cplusplus
}