Skip to content

Commit b3a72d4

Browse files
committed
removed private unused method that caused warning
1 parent dd1a179 commit b3a72d4

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/NHibernate.Test/Async/NHSpecificTest/NH2195/SQLiteMultiCriteriaTest.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ protected override void OnSetUp()
4343
}
4444
}
4545

46-
private object SchemaExport(NHibernate.Cfg.Configuration cfg)
47-
{
48-
throw new NotImplementedException();
49-
}
50-
5146
protected override void OnTearDown()
5247
{
5348
base.OnTearDown();
@@ -161,4 +156,4 @@ public async Task MultiCriteriaQueriesWithStringsShouldExecuteCorrectlyAsync()
161156
}
162157
}
163158
}
164-
}
159+
}

src/NHibernate.Test/NHSpecificTest/NH2195/SQLiteMultiCriteriaTest.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ protected override void OnSetUp()
3232
}
3333
}
3434

35-
private object SchemaExport(NHibernate.Cfg.Configuration cfg)
36-
{
37-
throw new NotImplementedException();
38-
}
39-
4035
protected override void OnTearDown()
4136
{
4237
base.OnTearDown();
@@ -150,4 +145,4 @@ public void MultiCriteriaQueriesWithStringsShouldExecuteCorrectly()
150145
}
151146
}
152147
}
153-
}
148+
}

0 commit comments

Comments
 (0)