From c7d9fe2712ca06a5de4947f894bbd22c1d5ac3e9 Mon Sep 17 00:00:00 2001 From: Fulgurance Date: Tue, 2 Jul 2024 21:31:55 +0100 Subject: [PATCH] Removed obsolete function --- ISM/Software.cr | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ISM/Software.cr b/ISM/Software.cr index 49e6c051..3f1796db 100644 --- a/ISM/Software.cr +++ b/ISM/Software.cr @@ -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)