From 1a928fc497204b6f3462b05e83185eee918eb578 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 Sep 2018 18:41:52 +0530 Subject: [PATCH] Remove unused code --- setup/check.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup/check.py b/setup/check.py index f992816b4e..f0d3c9fd17 100644 --- a/setup/check.py +++ b/setup/check.py @@ -8,14 +8,6 @@ __docformat__ = 'restructuredtext en' import sys, os, json, subprocess, errno, hashlib from setup import Command, build_cache_dir, edit_file -import __builtin__ - - -def set_builtins(builtins): - for x in builtins: - if not hasattr(__builtin__, x): - setattr(__builtin__, x, True) - yield x class Message: