Skip to content

Commit 2170d4c

Browse files
committed
Fix errors from rebase
1 parent a07a97c commit 2170d4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

win32ctypes/core/ctypes/_authentication.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ def _make_blob(data):
8080
return blob_pointer, blob_size
8181

8282

83-
def _CredEnumerate(Filter, Flags, Count, pppCredential):
84-
filter_ = LPCWSTR(Filter)
85-
_BaseCredEnumerate(filter_, Flags, Count, pppCredential)
86-
87-
8883
_CredWrite = function_factory(
8984
dlls.advapi32.CredWriteW,
9085
[PCREDENTIAL, DWORD],

0 commit comments

Comments
 (0)