]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOCatalogue.h
xnu-1504.7.4.tar.gz
[apple/xnu.git] / iokit / IOKit / IOCatalogue.h
index d63943e6a91ab5267730252e65a3d8aeae89e000..f087396fddba14851a481ebf4716dc86810383d8 100644 (file)
@@ -214,14 +214,6 @@ public:
     virtual bool serialize(OSSerialize * s) const;
 
     bool serializeData(IOOptionBits kind, OSSerialize * s) const;
-    
-    /*!
-        @function removePersonalities
-        @abstract Remove exact personalities from the database.
-        @param personalitiesArray  An array of personalities to remove.
-        @result Returns true if all personalities are removed successfully. Failure is due to a memory allocation failure.
-    */
-    bool removePersonalities(OSArray * personalitiesArray);
 
 /* This stuff is no longer used at all we keep it around for PPC/i386
  * binary compatibility only. Symbols are no longer exported.