Commit a0fae426 authored by Sam Saffron's avatar Sam Saffron

remove leftover code

parent 5812a2a5
......@@ -88,7 +88,6 @@ private class Identity : IEquatable<Identity>
public String ConnectionString { get { return connectionString; } }
public Type Type { get { return type; } }
public Type Type2 { get { return Type2; } }
public string Sql { get { return sql; } }
public Type ParametersType { get { return ParametersType; } }
internal Identity(string sql, IDbConnection cnn, Type type, Type parametersType, Type[] otherTypes = null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment