Remove todo comment
authorJamie Cameron <jcameron@webmin.com>
Sat, 10 Oct 2009 05:19:19 +0000 (22:19 -0700)
committerJamie Cameron <jcameron@webmin.com>
Sat, 10 Oct 2009 05:19:19 +0000 (22:19 -0700)
package-updates/package-updates-lib.pl

index 8519e31..ea9a7bf 100644 (file)
@@ -1,7 +1,5 @@
 # Functions for checking for updates to packages from YUM, APT or some other
 # update system.
-#
-# XXX no need for virtualmin support
 
 BEGIN { push(@INC, ".."); };
 eval "use WebminCore;";