diff options
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -233,12 +233,6 @@ int is_ondemand_governor(char* governor) { return 0; } -int is_msmdcvs_governor(char* governor) { - if (strncmp(governor, MSMDCVS_GOVERNOR, (strlen(MSMDCVS_GOVERNOR)+1)) == 0) - return 1; - return 0; -} - #ifndef INTERACTION_BOOST void interaction(int UNUSED(duration), int UNUSED(num_args), int UNUSED(opt_list[])) { |