Skip to content

Commit 3c845fa

Browse files
committed
Remove defs
1 parent fa722dd commit 3c845fa

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ body:
6363
id: dumps
6464
attributes:
6565
label: "WSL dumps:"
66-
description: "Attach any dump files from `%tmp%\wsl-crashes`, such as core.weston, if exists. If running WSL < 2.3.13, the dump files can be found in `/mnt/wslg/dumps`"
66+
description: "Attach any dump files from `%tmp%\wsl-crashes`, such as core.weston, if exists. If running an older version, the dump files can be found in `/mnt/wslg/dumps`"
6767
validations:
6868
required: false
6969
- type: textarea

WSLGd/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ constexpr auto c_x11RuntimeDir = SHARE_PATH "/.X11-unix";
2727
constexpr auto c_xdgRuntimeDir = SHARE_PATH "/runtime-dir";
2828
constexpr auto c_stdErrLogFile = SHARE_PATH "/stderr.log";
2929

30-
constexpr auto c_coreDir = SHARE_PATH "/dumps";
31-
constexpr auto c_corePatternDefault = "core.%e";
32-
constexpr auto c_corePatternFile = "/proc/sys/kernel/core_pattern";
33-
constexpr auto c_corePatternEnv = "WSL2_WSLG_CORE_PATTERN";
34-
3530
constexpr auto c_sharedMemoryMountPoint = "/mnt/shared_memory";
3631
constexpr auto c_sharedMemoryMountPointEnv = "WSL2_SHARED_MEMORY_MOUNT_POINT";
3732
constexpr auto c_sharedMemoryObDirectoryPathEnv = "WSL2_SHARED_MEMORY_OB_DIRECTORY";

0 commit comments

Comments
 (0)