summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/src/cli.c')
-rw-r--r--cli/src/cli.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c
index 0e904a15e45..e577cee1dc5 100644
--- a/cli/src/cli.c
+++ b/cli/src/cli.c
@@ -634,26 +634,6 @@ out:
return ret;
}
-void
-cli_path_strip_trailing_slashes (char *path)
-{
- int i = 0;
- int len = 0;
-
- if (!path)
- return;
-
- len = strlen (path);
- for (i = len - 1; i > 0 ; i--) {
- if (path[i] != '/')
- break;
-
- }
-
- if (i < (len - 1))
- path[i + 1] = '\0';
-}
-
struct cli_state *global_state;
int