From 638643bdd5ee79b5a3734965400b8ec2ff8323c2 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Sun, 28 May 2006 16:39:13 +0000 Subject: do not bother with rmeoval events, we remove sensors whoch vanished or are not a timedelta sensor any more on query on the fly anyway --- usr.sbin/ntpd/sensors.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'usr.sbin/ntpd') diff --git a/usr.sbin/ntpd/sensors.c b/usr.sbin/ntpd/sensors.c index 32b8607a0ee..39f861cbb72 100644 --- a/usr.sbin/ntpd/sensors.c +++ b/usr.sbin/ntpd/sensors.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sensors.c,v 1.8 2006/05/28 03:23:08 henning Exp $ */ +/* $OpenBSD: sensors.c,v 1.9 2006/05/28 16:39:12 henning Exp $ */ /* * Copyright (c) 2006 Henning Brauer @@ -212,16 +212,6 @@ sensor_hotplugevent(int fd) he.he_devid > 0) sensor_probe(he.he_devid); break; - case HOTPLUG_DEVDT: - if (he.he_devclass == DV_DULL && - he.he_devid > 0) { - struct ntp_sensor *s; - - s = sensor_byid(he.he_devid); - if (s != NULL) - sensor_remove(s); - } - break; default: /* ignore */ break; } -- cgit v1.2.3