Skip to content

Commit

Permalink
charmc: remove unused TEMP_BASE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera authored and matthiasdiener committed Mar 15, 2024
1 parent 7d63aa1 commit 8e2d948
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/scripts/charmc
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,6 @@ AddModules() {
done
}

# TEMP_BASE is appended with this script's process ID (PID),
# so multiple charmcs can run in parallel without overwriting
# each other's temporary files.
TEMP_BASE="/tmp/charmc_tmp.$$"

# Try to find CHARMBIN by looking in directory where charmc is
findCharmBin() {
Expand Down

0 comments on commit 8e2d948

Please sign in to comment.