From 1f08d279d54b2af77ccf49b9fd3974f321b7cd51 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 6 Apr 2018 11:19:40 +0200 Subject: [PATCH] tests: ecore: remove no longer needed jenkins check function After changes to the ecore_timer tests this function is no longer used or needed. It can safely go. --- src/tests/ecore/ecore_test_timer.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/tests/ecore/ecore_test_timer.c b/src/tests/ecore/ecore_test_timer.c index 0004c0f..c325716 100644 --- a/src/tests/ecore/ecore_test_timer.c +++ b/src/tests/ecore/ecore_test_timer.c @@ -34,22 +34,6 @@ struct _timers // timer struct double precision[3]; }; -static int -_efl_test_jenkins_run(void) -{ - char *jenkins_url = NULL; - - jenkins_url = getenv("JENKINS_URL"); - - if (!jenkins_url) - return 0; - - if (strcmp(jenkins_url, "https://build.enlightenment.org/") == 0) - return 1; - else - return 0; -} - static Eina_Bool _timer1_cb(void *data) { -- 2.7.4