From bb1969b6ab28120c93b77817e7b6075e1aecf663 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 17 Jan 2019 15:45:25 +0100 Subject: patch 8.1.0763: nobody is using the Sun Workshop support Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support. --- src/beval.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/beval.c') diff --git a/src/beval.c b/src/beval.c index 3025b2cc97..c5fa22014f 100644 --- a/src/beval.c +++ b/src/beval.c @@ -273,10 +273,6 @@ general_beval_cb(BalloonEval *beval, int state UNUSED) if (bevalServers & BEVAL_NETBEANS) netbeans_beval_cb(beval, state); #endif -#ifdef FEAT_SUN_WORKSHOP - if (bevalServers & BEVAL_WORKSHOP) - workshop_beval_cb(beval, state); -#endif recursive = FALSE; } -- cgit v1.2.3