/hg/icedtea-web: Fioxed double wrappered factory for windows
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Mon Feb 18 05:52:27 UTC 2019
changeset d75ac11c275b in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=d75ac11c275b
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 18 06:52:11 2019 +0100
Fioxed double wrappered factory for windows
diffstat:
rust-launcher/src/os_access.rs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 7ef277699fd1 -r d75ac11c275b rust-launcher/src/os_access.rs
--- a/rust-launcher/src/os_access.rs Sun Feb 17 10:35:53 2019 +0100
+++ b/rust-launcher/src/os_access.rs Mon Feb 18 06:52:11 2019 +0100
@@ -164,7 +164,6 @@
#[cfg(windows)]
impl Windows {
- pub fn new(debug: bool, load_advanced: bool) -> Windows {
pub fn new(debug: bool, load_advanced: bool) -> Windows {
if ! load_advanced {
Windows { verbose: debug, al: log_helper::AdvancedLogging::default() }
@@ -174,8 +173,6 @@
}
}
-}
-
#[cfg(windows)]
impl Os for Windows {
More information about the distro-pkg-dev
mailing list