Skip to content

Commit 06942df

Browse files
mgudemannDaniel Kroening
authored andcommitted
remove namespace from vtable
1 parent ecb6cca commit 06942df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/java_bytecode/java_bytecode_vtable.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Author: Daniel Kroening, [email protected]
1616
#include <util/std_types.h>
1717
#include <util/vtable.h>
1818

19-
namespace
20-
{
21-
2219
const char ID_virtual_name[] = "virtual_name";
2320

2421
class is_virtual_name_equalt {
@@ -213,7 +210,6 @@ class java_bytecode_vtable_factoryt
213210
}
214211
};
215212

216-
}
217213

218214
/*******************************************************************
219215

0 commit comments

Comments
 (0)