Remove unused file spotted by Paul Hankin
diff --git a/Misc/NEWS b/Misc/NEWS
index c6e48bd..c69b3ea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Remove unused file Python/fmod.c.
+
 - Patch #1675423: PyComplex_AsCComplex() now tries to convert an object
   to complex using its __complex__() method before falling back to the
   __float__() method. Therefore, the functions in the cmath module now