aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-12-08 14:32:57 +0100
committerThomas Huth <thuth@redhat.com>2022-12-15 15:19:24 +0100
commitd66d09cb5c039539884fc41ea18f1da2ca103c80 (patch)
tree7f26202c7b6ab6fb36135911a2ed3979dff1e550 /util
parent2f129fc107b4a612bf4d6e7608ff8ea39d2c41cf (diff)
downloadqemu-d66d09cb5c039539884fc41ea18f1da2ca103c80.zip
qemu-d66d09cb5c039539884fc41ea18f1da2ca103c80.tar.gz
qemu-d66d09cb5c039539884fc41ea18f1da2ca103c80.tar.bz2
util/oslib-win32: Remove obsolete reference to g_poll code
The comment about g_poll is not required here anymore since the corresponding code has been removed a while ago already. Fixes: b4c6036faa ("configure: bump min required glib version to 2.56") Message-Id: <20221208133257.95673-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'util')
-rw-r--r--util/oslib-win32.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/oslib-win32.c b/util/oslib-win32.c
index a67cb38..07ade41 100644
--- a/util/oslib-win32.c
+++ b/util/oslib-win32.c
@@ -24,10 +24,6 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
- *
- * The implementation of g_poll (functions poll_rest, g_poll) at the end of
- * this file are based on code from GNOME glib-2 and use a different license,
- * see the license comment there.
*/
#include "qemu/osdep.h"