diff options
author | Sean Dague | 2007-11-27 15:39:35 +0000 |
---|---|---|
committer | Sean Dague | 2007-11-27 15:39:35 +0000 |
commit | 70d547c1a59cbe2ca8984e628187798a23466d61 (patch) | |
tree | 9eec28c0d5400df7cf0b60487312392783eb13fe /OpenSim | |
parent | remove the .dll from System.Data, this breaks monodevelop builds (diff) | |
download | opensim-SC_OLD-70d547c1a59cbe2ca8984e628187798a23466d61.zip opensim-SC_OLD-70d547c1a59cbe2ca8984e628187798a23466d61.tar.gz opensim-SC_OLD-70d547c1a59cbe2ca8984e628187798a23466d61.tar.bz2 opensim-SC_OLD-70d547c1a59cbe2ca8984e628187798a23466d61.tar.xz |
Remove unused function, one less warning
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs b/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs index b00b734..83d3d82 100644 --- a/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs +++ b/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs | |||
@@ -886,13 +886,6 @@ namespace OpenSim.DataStore.MonoSqlite | |||
886 | param.SourceVersion = DataRowVersion.Current; | 886 | param.SourceVersion = DataRowVersion.Current; |
887 | return param; | 887 | return param; |
888 | } | 888 | } |
889 | |||
890 | private SqliteParameter createParamWithValue(string name, Type type, Object o) | ||
891 | { | ||
892 | SqliteParameter param = createSqliteParameter(name, type); | ||
893 | param.Value = o; | ||
894 | return param; | ||
895 | } | ||
896 | 889 | ||
897 | private void setupPrimCommands(SqliteDataAdapter da, SqliteConnection conn) | 890 | private void setupPrimCommands(SqliteDataAdapter da, SqliteConnection conn) |
898 | { | 891 | { |