Skip to content

Commit 5f71c59

Browse files
authored
Merge pull request #408 from Hyperloop-UPV/backend/main
fix(backend, main): remove pid checker that did not ensure that the b…
2 parents 54935d7 + 89c6cfa commit 5f71c59

2 files changed

Lines changed: 0 additions & 94 deletions

File tree

backend/cmd/main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ func main() {
5252
defer traceFile.Close()
5353
}
5454

55-
//! Does not guarante that os.TempDir() is always the same
56-
// pidPath := path.Join(os.TempDir(), "backendPid")
57-
// createPid(pidPath)
58-
// defer RemovePid(pidPath)
59-
6055
// Set use to all available CPUs and setup CPU profiling if enabled
6156
cleanup := setupRuntimeCPU()
6257
defer cleanup()

backend/cmd/pid.go

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)