Remove deprecated DohClose in DOH

This commit is contained in:
William S Fulton 2019-07-25 19:30:27 +01:00
commit 98f29f8ad9
5 changed files with 0 additions and 50 deletions

View file

@ -987,7 +987,6 @@ static DohFileMethods StringFileMethods = {
String_ungetc,
String_seek,
String_tell,
0, /* close */
};
static DohStringMethods StringStringMethods = {