From 542f72738ad3fdba4899cf3fcf069d4429a6c17f Mon Sep 17 00:00:00 2001 From: lthakur Date: Tue, 17 Jul 2018 13:37:08 +0530 Subject: [PATCH] Update hipGetAlgntoffset2D.cpp Removed unwanted space. [ROCm/hip commit: a185e8c1f969b98a5f47fa354c55d8cd19e6cc9c] --- projects/hip/tests/src/texture/hipGetAlgntoffset2D.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/projects/hip/tests/src/texture/hipGetAlgntoffset2D.cpp b/projects/hip/tests/src/texture/hipGetAlgntoffset2D.cpp index 213c49caaa..2343d7a7fb 100644 --- a/projects/hip/tests/src/texture/hipGetAlgntoffset2D.cpp +++ b/projects/hip/tests/src/texture/hipGetAlgntoffset2D.cpp @@ -32,7 +32,6 @@ using namespace std; #define R 8 //rows, height #define C 8 //columns, width - texture tex; bool runTest(void); @@ -47,10 +46,8 @@ int main(int argc, char** argv) { } } - bool runTest() { - int val[R][C],i,j; size_t offset; @@ -59,10 +56,7 @@ for(i=0;i