summaryrefslogtreecommitdiff
path: root/graphics/asymptote/settings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/settings.cc')
-rw-r--r--graphics/asymptote/settings.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/asymptote/settings.cc b/graphics/asymptote/settings.cc
index edd9fec784..d3f8958470 100644
--- a/graphics/asymptote/settings.cc
+++ b/graphics/asymptote/settings.cc
@@ -249,7 +249,6 @@ const string guisuffix="gui";
const string standardprefix="out";
string initdir;
-string tempdir;
string historyname;
// Local versions of the argument list.
@@ -1542,9 +1541,6 @@ void initDir() {
mask=umask(0);
if(mask == 0) mask=0027;
umask(mask);
- tempdir=Getenv("TEMP",true);
-#else
- tempdir="/tmp";
#endif
if(access(initdir.c_str(),F_OK) == 0) {
if(verbose > 1)