Skip to content

Commit

Permalink
[NFC] Remove config.hpp
Browse files Browse the repository at this point in the history
The defines inside this header were not used anywhere.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
  • Loading branch information
svenvh committed Jul 22, 2024
1 parent 5b5e43e commit 74312c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
41 changes: 0 additions & 41 deletions test_common/config.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions test_common/harness/deviceInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
#ifndef _deviceInfo_h
#define _deviceInfo_h

// Configuration
#include "../config.hpp"

#include <string>

#include <CL/opencl.h>
Expand Down
3 changes: 0 additions & 3 deletions test_common/harness/kernelHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
#ifndef _kernelHelpers_h
#define _kernelHelpers_h

// Configuration
#include "../config.hpp"

#include "compat.h"
#include "testHarness.h"

Expand Down

0 comments on commit 74312c4

Please sign in to comment.