Drop obsolete warning

This commit is contained in:
Tim Pope 2014-04-12 21:55:28 -04:00
parent 5f1cee19c0
commit 05206aa2e9
1 changed files with 0 additions and 7 deletions

View File

@ -174,13 +174,6 @@ function! s:nrepl_prepare(msg) dict abort
endif
if empty(get(msg, 'session', 1))
unlet msg.session
elseif !has_key(self, 'session')
if &verbose
echohl WarningMSG
echo "nREPL: server has bug preventing session support"
echohl None
endif
unlet! msg.session
elseif !has_key(msg, 'session')
let msg.session = self.session
endif