mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
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:
committed by
Compute-Runtime-Automation
parent
c096afd0d0
commit
fe23e7fa40
@@ -30,6 +30,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
LinkerInput::LinkerInput() = default;
|
||||
LinkerInput::~LinkerInput() = default;
|
||||
|
||||
SegmentType LinkerInput::getSegmentForSection(ConstStringRef name) {
|
||||
|
||||
Reference in New Issue
Block a user