Browse Source

Remove unused function. (#1494)

pull/1495/head
josetr 5 years ago committed by GitHub
parent
commit
ec890a4f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tests/Common/Common.cpp

5
tests/Common/Common.cpp

@ -479,11 +479,6 @@ int operator==(const Foo2& a, const Foo2& b) @@ -479,11 +479,6 @@ int operator==(const Foo2& a, const Foo2& b)
return 0;
}
Bar::Item operator |(Bar::Item left, Bar::Item right)
{
return left | right;
}
void va_listFunction(va_list v)
{
}

Loading…
Cancel
Save