summaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils.c b/utils.c
index 60c1261..13dbccc 100644
--- a/utils.c
+++ b/utils.c
@@ -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[]))
{