Skip to content

Commit 2d1208c

Browse files
committed
removed old TODO:
1 parent a227396 commit 2d1208c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.ML.Featurizers/Common.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ internal class SaveDataSafeHandle : SafeHandleZeroOrMinusOneIsInvalid
119119
{
120120
private readonly IntPtr _dataSize;
121121

122-
// TODO: Update with correct entry point.
123122
[DllImport("Featurizers", EntryPoint = "DestroyTransformerSaveData", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity]
124123
private static extern bool DestroyTransformerSaveDataNative(IntPtr buffer, IntPtr bufferSize, out IntPtr error);
125124

0 commit comments

Comments
 (0)