Skip to content

Commit

Permalink
Removed obsolete function
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Jul 2, 2024
1 parent ef7dce9 commit c7d9fe2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ISM/Software.cr
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,6 @@ module ISM

puts
end

def getFileContent(filePath : String) : String
begin
content = File.read(filePath)
rescue error
Ism.notifyOfGetFileContentError(filePath, error)
Ism.exitProgram
end
return content
end

def check
Ism.notifyOfCheck(@information)
Expand Down

0 comments on commit c7d9fe2

Please sign in to comment.