aboutsummaryrefslogtreecommitdiff
path: root/src/postamble.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/postamble.js')
-rw-r--r--src/postamble.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/postamble.js b/src/postamble.js
index 27242363..ada13016 100644
--- a/src/postamble.js
+++ b/src/postamble.js
@@ -45,11 +45,6 @@ Module['run'] = run;
// {{PRE_RUN_ADDITIONS}}
-// In a hackish way, we disable permissions until now, so setup code works, but enable them for runtime so compile code works with permissions
-try {
- FS.ignorePermissions = false;
-} catch(e){}
-
#if INVOKE_RUN
#else
Module['noInitialRun'] = true;