diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix
index 91870a70c18cdc352c1f44f8a48065ff17c91aae..29cf6720b3f1cac0e7e5ed51fbaadc1ce157ab51 100644
--- a/corepkgs/fetchurl.nix
+++ b/corepkgs/fetchurl.nix
@@ -1,8 +1,5 @@
 with import <nix/config.nix>;
 
-# Argh, this thing is duplicated (more-or-less) in Nixpkgs.  Need to
-# find a way to combine them.
-
 {system ? builtins.currentSystem, url, outputHash ? "", outputHashAlgo ? "", md5 ? "", sha1 ? "", sha256 ? ""}:
 
 assert (outputHash != "" && outputHashAlgo != "")