Skip to content

Commit e22eeb5

Browse files
committed
cleanup.
1 parent 4ab57bb commit e22eeb5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

RTLTestRunApp/src/RObjectTests/RObjectReflecting_stdSharedPtr.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@
1111
using namespace test_utils;
1212
using namespace rtl;
1313

14-
namespace {
15-
16-
static const rtl::CxxMirror& cxx_mirror()
17-
{
18-
static rtl::CxxMirror m = rtl::CxxMirror({
19-
rtl::type().record<int>("int").build(),
20-
rtl::type().record<Node>("Node").build()
21-
});
22-
return m;
23-
}
24-
}
2514

2615
namespace rtl::unit_test
2716
{

0 commit comments

Comments
 (0)