Skip to content

Commit

Permalink
remove AddFirmwareToBootloader as it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 2, 2014
1 parent 371491b commit ef1e1bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/include/bootloader/routines/i386.rb
Expand Up @@ -105,13 +105,6 @@ def ThinkPadMBR(disk)
@_thinkpad_mbr
end

# Add the partition holding firmware to bootloader?
# @param [String] disk string the disk to be checked
# @return [Boolean] true if firmware partition is to be added
def AddFirmwareToBootloader(disk)
!ThinkPadMBR(disk)
end

# Do updates of MBR after the bootloader is installed
# @return [Boolean] true on success
def PostUpdateMBR
Expand Down
1 change: 0 additions & 1 deletion src/modules/BootCommon.rb
Expand Up @@ -1055,7 +1055,6 @@ def Md2Partitions(md_device)
publish :function => :GetSerialFromAppend, :type => "void ()"
publish :function => :UpdateProposalFromClient, :type => "boolean ()"
publish :function => :DiskOrderSummary, :type => "string ()"
publish :function => :AddFirmwareToBootloader, :type => "boolean (string)"
publish :function => :PostUpdateMBR, :type => "boolean ()"
publish :function => :FindMBRDisk, :type => "string ()"
publish :function => :RunDelayedUpdates, :type => "void ()"
Expand Down

0 comments on commit ef1e1bf

Please sign in to comment.