diff options
author | 2013-04-23 16:02:10 +0000 | |
---|---|---|
committer | 2013-04-23 16:02:10 +0000 | |
commit | 142805cf254d061569225c7801f4d67e240ee6fb (patch) | |
tree | 7e41eff0736e21eaa18e2f2cfa071242bf0d9b4d | |
parent | remove TIMESTAMP abstraction layer, prodded by theo. (diff) | |
download | wireguard-openbsd-142805cf254d061569225c7801f4d67e240ee6fb.tar.xz wireguard-openbsd-142805cf254d061569225c7801f4d67e240ee6fb.zip |
Remove obsolete comment, okay mlarkin@.
-rw-r--r-- | sys/arch/amd64/amd64/hibernate_machdep.c | 1 | ||||
-rw-r--r-- | sys/arch/i386/i386/hibernate_machdep.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/hibernate_machdep.c b/sys/arch/amd64/amd64/hibernate_machdep.c index 167f08d9fcd..1c0487e2161 100644 --- a/sys/arch/amd64/amd64/hibernate_machdep.c +++ b/sys/arch/amd64/amd64/hibernate_machdep.c @@ -79,7 +79,6 @@ get_hibernate_io_function(void) return NULL; #if NWD > 0 - /* XXX - Only support wd hibernate presently */ if (strcmp(blkname, "wd") == 0) return wd_hibernate_io; #endif diff --git a/sys/arch/i386/i386/hibernate_machdep.c b/sys/arch/i386/i386/hibernate_machdep.c index 8b8d2dd79a4..7dc15e30952 100644 --- a/sys/arch/i386/i386/hibernate_machdep.c +++ b/sys/arch/i386/i386/hibernate_machdep.c @@ -77,7 +77,6 @@ get_hibernate_io_function(void) if (blkname == NULL) return NULL; #if NWD > 0 - /* XXX - Only support wd hibernate presently */ if (strcmp(blkname, "wd") == 0) return wd_hibernate_io; #endif |