Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 6ecece8

Browse files
committed
forgot to remove the test attribute :)
1 parent 9566c4e commit 6ecece8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

util/AndroidXMapper/AndroidXMapper/AssemblyMerger.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88

99
namespace AndroidXMapper
1010
{
11-
public class TestAttribute : Attribute
12-
{
13-
private readonly string assemblyName;
14-
15-
public TestAttribute(string assemblyName)
16-
{
17-
this.assemblyName = assemblyName;
18-
}
19-
20-
public string AssemblyName => assemblyName;
21-
}
22-
23-
[TestAttribute("the anme")]
2411
public class AssemblyMerger
2512
{
2613
private const string InjectedAttributeNamespace = "Xamarin.AndroidX.Internal";

0 commit comments

Comments
 (0)