Skip to content

Commit

Permalink
Merge branch '113-fix-unused-variables' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Fix unused variables"

Closes #113

See merge request OPAL/Libraries/ippl!122
  • Loading branch information
srikrrish committed Dec 25, 2021
2 parents 6c7906a + 1553ed7 commit ca5f205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/vector/TestVector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ int main(int argc, char *argv[]) {

z = a * x * y * a;

const char* name = typeid(a * x * y * a).name();

std::cout << z << std::endl;

return 0;
Expand Down

0 comments on commit ca5f205

Please sign in to comment.