Bug 1311149 - Remove the b2g preallocated app support; r=baku

This commit is contained in:
Ehsan Akhgari
2016-10-18 21:54:12 -04:00
parent 917a5e63fc
commit aa367a9cdd
23 changed files with 18 additions and 899 deletions

View File

@@ -915,8 +915,6 @@ ProcessPriorityToString(ProcessPriority aPriority)
switch (aPriority) {
case PROCESS_PRIORITY_MASTER:
return "MASTER";
case PROCESS_PRIORITY_PREALLOC:
return "PREALLOC";
case PROCESS_PRIORITY_FOREGROUND_HIGH:
return "FOREGROUND_HIGH";
case PROCESS_PRIORITY_FOREGROUND: