222223224225226227228229230231232233234
inactiveCellProviders.remove( cc ); } if ( machine instanceof IStackWatcherHost ) { IStackWatcher myWatcher = watchers.get( machine ); if ( myWatcher != null ) { myWatcher.clear(); watchers.remove( machine ); } } }