about summary refs log tree commit diff
path: root/Completion/Core/_call
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_call')
-rw-r--r--Completion/Core/_call2
1 files changed, 0 insertions, 2 deletions
diff --git a/Completion/Core/_call b/Completion/Core/_call
index 602e513ff..b038a80bc 100644
--- a/Completion/Core/_call
+++ b/Completion/Core/_call
@@ -11,5 +11,3 @@ if zstyle -s ":completion:${curcontext}:${1}" command tmp; then
 else
   eval "$argv[2,-1]"
 fi
-
-return $?