summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mapi/new/genCommon.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapi/new/genCommon.py b/src/mapi/new/genCommon.py
index a9fdbcdc9ee..bf71de14891 100644
--- a/src/mapi/new/genCommon.py
+++ b/src/mapi/new/genCommon.py
@@ -92,9 +92,6 @@ def getFunctionsFromRoots(roots):
functions[i] = functions[i]._replace(slot=next_slot)
next_slot += 1
- # Sort the function list by slot.... to simplify the diff
- functions = sorted(functions, key=lambda f: f.slot)
-
return functions
def getExportNamesFromRoots(target, roots):