refactor: Explicitly delete unused functions of LinkerInput

Comply with the rule of five.

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2024-11-15 19:03:33 +00:00
committed by Compute-Runtime-Automation
parent c096afd0d0
commit fe23e7fa40
3 changed files with 33 additions and 22 deletions

View File

@@ -30,6 +30,7 @@
namespace NEO {
LinkerInput::LinkerInput() = default;
LinkerInput::~LinkerInput() = default;
SegmentType LinkerInput::getSegmentForSection(ConstStringRef name) {