From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Tue, 20 Aug 2019 19:20:47 +0000 (-0700) Subject: Remove a dead comment from ossaudiodev.c (#15346) X-Git-Tag: v3.9.0a1~843 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1407038e0bcd3f2543c50cd5476d2d2f15a2a9fb;p=thirdparty%2FPython%2Fcpython.git Remove a dead comment from ossaudiodev.c (#15346) --- diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c index 6e050e4bc4ca..c94ba9255acd 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$ */