Skip to content

Commit d487fb6

Browse files
committed
Remove commented code
1 parent 36062d4 commit d487fb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Orm/Xtensive.Orm.MySql/Sql.Drivers.MySql/v5_0/Translator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public override void Translate(IOutput output, SqlFunctionType type)
101101
case SqlFunctionType.CurrentUser:
102102
_ = output.Append("CURRENT_USER()"); break;
103103
case SqlFunctionType.SessionUser: _ = output.Append("SESSION_USER()"); break;
104-
//case SqlFunctionType.NullIf: _ = output.Append("IFNULL"); break;
105104
//datetime/timespan
106105
case SqlFunctionType.DateTimeTruncate: _ = output.Append("DATE"); break;
107106
case SqlFunctionType.CurrentDate: _ = output.Append("CURDATE()"); break;

0 commit comments

Comments
 (0)