src/jdk.jpackage/windows/native/libapplauncher/WindowsPlatform.cpp
branchJDK-8200758-branch
changeset 57531 d24019d561da
parent 57407 2c14fbeff1dc
child 57740 9b19a9cd651c
--- a/src/jdk.jpackage/windows/native/libapplauncher/WindowsPlatform.cpp	Thu Jul 25 08:00:51 2019 -0400
+++ b/src/jdk.jpackage/windows/native/libapplauncher/WindowsPlatform.cpp	Thu Jul 25 08:13:44 2019 -0400
@@ -171,10 +171,6 @@
     return NULL;
 }
 
-void WindowsPlatform::SetCurrentDirectory(TString Value) {
-    _wchdir(Value.data());
-}
-
 TString WindowsPlatform::GetPackageRootDirectory() {
     TString result;
     TString filename = GetModuleFileName();