From ef8000b3805b31986484d434d155d7fd04bed7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maren=20S=C3=BCwer?= Date: Thu, 19 Jul 2018 12:05:17 +0200 Subject: [PATCH] remove unused function --- scm-ui/src/users/modules/users.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scm-ui/src/users/modules/users.js b/scm-ui/src/users/modules/users.js index aa537ab215..a0ea344834 100644 --- a/scm-ui/src/users/modules/users.js +++ b/scm-ui/src/users/modules/users.js @@ -56,13 +56,6 @@ export function failedToFetchUsers(url: string, error: Error) { }; } -function usersNotFound(url: string) { - return { - type: FETCH_USERS_NOTFOUND, - url - }; -} - export function fetchUsers() { return function (dispatch: any) { dispatch(requestUsers());