removed syscall kill

This commit is contained in:
2025-04-07 18:52:18 +01:00
parent 05655e2da1
commit e7e0641f31
5 changed files with 7 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
Bindings/Haskell/.mhsi Normal file
View File

@@ -0,0 +1,2 @@
exit
Exit

View File

@@ -0,0 +1,4 @@
module Paths_p2prc where
import Data.Version
version :: Version; version = makeVersion [0,1,0,0]
getDataDir :: IO FilePath; getDataDir = return "/Users/akilan/.mcabal/mhs-0.12.3.0/packages/p2prc-0.1.0.0/data"

View File

@@ -0,0 +1 @@
z

View File

@@ -34,10 +34,6 @@ func getFireSignalsChannel() chan os.Signal {
}
func exit() {
syscall.Kill(syscall.Getpid(), syscall.SIGTERM)
}
func main() {
app := cli.NewApp()
app.Name = "p2p-rendering-computation"