Remove OemCrashdump_v1 from index.xml

8401529 removed OemCrashdump.json but didn't from $metadata/index.xml
and the update_schemas.py.

This is causing the following validator fail and holding up the bump:

ERROR - The following schema URIs referenced from $metadata could not
be retrieved:
/redfish/v1/schema/OemCrashdump_v1.xml

See https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/42245

Tested: None.
Change-Id: I6106bb19c725c088b7343722c1001f4e188e216d
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 315522c..6336153 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -213,11 +213,6 @@
     metadata_index.write("    </edmx:Reference>\n")
 
     metadata_index.write(
-        "    <edmx:Reference Uri=\"/redfish/v1/schema/OemCrashdump_v1.xml\">\n")
-    metadata_index.write("        <edmx:Include Namespace=\"OemCrashdump.v1_0_0\"/>\n")
-    metadata_index.write("    </edmx:Reference>\n")
-
-    metadata_index.write(
         "    <edmx:Reference Uri=\"/redfish/v1/schema/OemComputerSystem_v1.xml\">\n")
     metadata_index.write("        <edmx:Include Namespace=\"OemComputerSystem\"/>\n")
     metadata_index.write("    </edmx:Reference>\n")
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index fced6c9..9d9fd1f 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -2142,9 +2142,6 @@
     <edmx:Reference Uri="/redfish/v1/schema/OemManager_v1.xml">
         <edmx:Include Namespace="OemManager"/>
     </edmx:Reference>
-    <edmx:Reference Uri="/redfish/v1/schema/OemCrashdump_v1.xml">
-        <edmx:Include Namespace="OemCrashdump.v1_0_0"/>
-    </edmx:Reference>
     <edmx:Reference Uri="/redfish/v1/schema/OemComputerSystem_v1.xml">
         <edmx:Include Namespace="OemComputerSystem"/>
     </edmx:Reference>