Skip to content

Commit

Permalink
remove OperatingSystem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Jan 6, 2024
1 parent f9c4f32 commit ac61a86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 373 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

package org.jackhuang.hmcl.util.platform;
/*
* Celestial Launcher <me@lunarclient.top>
* License under GPLv3
* Do NOT remove this note if you want to copy this file.
*/

package org.cubewhy.celestial.utils;

import lombok.Getter;

Expand Down
5 changes: 0 additions & 5 deletions src/main/java/org/cubewhy/celestial/utils/SystemUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@
import com.sun.tools.attach.VirtualMachine;
import com.sun.tools.attach.VirtualMachineDescriptor;
import lombok.extern.slf4j.Slf4j;
import org.cubewhy.celestial.Celestial;
import org.cubewhy.celestial.utils.lunar.LauncherData;
import org.jackhuang.hmcl.util.platform.ManagedProcess;
import org.jetbrains.annotations.Nullable;

import java.io.IOException;
import java.util.Arrays;
import java.util.List;

// from hmcl launcher
@Slf4j
Expand Down
367 changes: 0 additions & 367 deletions src/main/java/org/jackhuang/hmcl/util/platform/OperatingSystem.java

This file was deleted.

0 comments on commit ac61a86

Please sign in to comment.