aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'reader.c')
-rw-r--r--reader.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/reader.c b/reader.c
index ec3aac44..aaa39e74 100644
--- a/reader.c
+++ b/reader.c
@@ -2352,16 +2352,8 @@ static int read_i()
data->buff_pos=data->buff_len=0;
data->buff[data->buff_len]=L'\0';
- if( function_exists(L"fish_on_exec"))
- {
- eval( L"fish_on_exec", 0, TOP );
- }
reader_run_command( tmp );
free( tmp );
- if( function_exists(L"fish_on_return"))
- {
- eval( L"fish_on_return", 0, TOP );
- }
if( data->end_loop)
{