Skip to content

Commit

Permalink
Remove duplicate function declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Benusovich <[email protected]>
  • Loading branch information
dbenusov committed Sep 5, 2023
1 parent 1a7396a commit 3dfbf7e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/runtime_src/core/tools/common/TestRunner.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ class TestRunner {
boost::property_tree::ptree& _ptTest);
std::vector<std::string> findDependencies( const std::string& test_path,
const std::string& ps_kernel_name);
std::string findXclbinPath( const std::shared_ptr<xrt_core::device>& _dev,
boost::property_tree::ptree& _ptTest);
int validate_binary_file(const std::string& binaryfile);

const std::string test_token_skipped = "SKIPPED";
Expand All @@ -65,10 +63,6 @@ class TestRunner {
boost::property_tree::ptree& _ptTest);
std::string searchSSV2Xclbin(const std::string& logic_uuid,
boost::property_tree::ptree& _ptTest);
std::string findPlatformPath(const std::shared_ptr<xrt_core::device>& _dev,
boost::property_tree::ptree& _ptTest);
std::vector<std::string> findDependencies( const std::string& test_path,
const std::string& ps_kernel_name);

//variables
private:
Expand Down

0 comments on commit 3dfbf7e

Please sign in to comment.