Remove default implementation of async filter steam ops
authorAlexander Larsson <alexl@redhat.com>
Mon, 7 Dec 2009 21:00:51 +0000 (22:00 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 7 Dec 2009 21:14:10 +0000 (22:14 +0100)
commit4fbbe190b7cbfd271bbb18428bc103ebffa41112
treeff3551b1ee80e3e8ca97c039d693c0ce69ce7949
parent8a6d5e203eb22dad7e197f33b8c7d96f72be4bea
Remove default implementation of async filter steam ops

Not only is the default implementation broken (it causes infinite recursion
as seen in bug #603982), but its also worthless. If we just fall back on the
default stream operations we automatically get async version based on
the sync filter stream operations, which is what we want.
gio/gfilterinputstream.c
gio/gfilteroutputstream.c