diff options
author | Anthony Pesch <inolen@gmail.com> | 2013-08-05 14:14:41 -0700 |
---|---|---|
committer | Anthony Pesch <inolen@gmail.com> | 2013-08-05 14:14:41 -0700 |
commit | f739fc81c0d7ad4ed4c82598a21852dbad7ca357 (patch) | |
tree | 7e92dfa718b95156623e792b170488a098d319f8 /src/settings.js | |
parent | 4f95207941b870b949e75d6c8838f9474502fed5 (diff) |
Removed USE_OLD_FS
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings.js b/src/settings.js index b35f9b24..19108f3b 100644 --- a/src/settings.js +++ b/src/settings.js @@ -249,8 +249,6 @@ var FS_LOG = 0; // Log all FS operations. This is especially helpful when you'r // a new project and want to see a list of file system operations happening // so that you can create a virtual file system with all of the required files. -var USE_OLD_FS = 1; // Switch to toggle the new / old FS code. Currently only used for testing purposes. - var USE_BSS = 1; // https://en.wikipedia.org/wiki/.bss // When enabled, 0-initialized globals are sorted to the end of the globals list, // enabling us to not explicitly store the initialization value for each 0 byte. |