From 468f76139e24c74d649513a787ba6121b1db11f9 Mon Sep 17 00:00:00 2001 From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Tue, 20 Aug 2019 11:35:59 -0700 Subject: [PATCH] Remove a dead comment from ossaudiodev.c --- Modules/ossaudiodev.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c index 6e050e4bc4ca53..c94ba9255acdc7 100644 --- a/Modules/ossaudiodev.c +++ b/Modules/ossaudiodev.c @@ -14,8 +14,6 @@ * (c) 2002 Gregory P. Ward. All Rights Reserved. * (c) 2002 Python Software Foundation. All Rights Reserved. * - * XXX need a license statement - * * $Id$ */