1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 02:15:20 +02:00

chore: remove some Windows-specific files

This commit is contained in:
0ko 2024-09-19 20:29:34 +05:00
parent b4e88cb0b7
commit d7aa109dc6
8 changed files with 0 additions and 291 deletions

View file

@ -1,15 +0,0 @@
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
//go:build windows
package process
import (
"os/exec"
)
// SetSysProcAttribute sets the common SysProcAttrs for commands
func SetSysProcAttribute(cmd *exec.Cmd) {
// Do nothing
}