Fix
authorMiguel de Icaza <miguel@gnome.org>
Wed, 21 Feb 2007 16:52:02 +0000 (16:52 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 21 Feb 2007 16:52:02 +0000 (16:52 -0000)
svn path=/trunk/mcs/; revision=73261

mcs/class/Mono.Data.SqliteClient/Mono.Data.SqliteClient_2.0/SQLiteCommand.cs

index d0db305c80c283a4ac4026b6391dc78d724a77f6..e1c3d2c569f0650bd7e57a0ef9c7e670ed461447 100644 (file)
@@ -648,12 +648,10 @@ namespace Mono.Data.SqliteClient
       return new SqliteCommand(this);
     }
 
-#if MONO_BACKWARD_COMPAT
     public int LastInsertRowID ()
     {
            return _cnn.LastInsertRowId;
     }
-#endif
   }
 }
 #endif