about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/steam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/steam.c b/src/steam.c
index 2b489464..57da0c0c 100644
--- a/src/steam.c
+++ b/src/steam.c
@@ -179,7 +179,6 @@ void pressure_vessel(int argc, const char** argv, int nextarg, const char* prog)
     //setenv("BOX64_SHOWSEGV", "1", 1);
     //setenv("BOX64_SHOWBT", "1", 1);
     //setenv("BOX64_DYNAREC_LOG", "1", 1);
-    //setenv("BOX64_ROLLING_LOG", "128", 1);
     
     printf_log(LOG_DEBUG, "Run %s %s and wait\n", x86?"i386":(x64?"x86_64":""), argv[nextarg]);
     pid_t v = vfork();