summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2014-07-31 20:26:33 -0600
committerkballou <kballou@devnulllabs.io>2014-07-31 20:26:33 -0600
commit0f8370cd97a74d8f4bc36d7da1343ee97524cbbb (patch)
tree3368274cb57087e1d9a1325c49a03ba6cbb96ac7 /xnt
parentd34bc64180e9f2acac476a28f273968344a9e955 (diff)
downloadxnt-0f8370cd97a74d8f4bc36d7da1343ee97524cbbb.tar.gz
xnt-0f8370cd97a74d8f4bc36d7da1343ee97524cbbb.tar.xz
Remove unnecessary logging import
Diffstat (limited to 'xnt')
-rw-r--r--xnt/tasks/build/cc.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/xnt/tasks/build/cc.py b/xnt/tasks/build/cc.py
index e17276b..939efcd 100644
--- a/xnt/tasks/build/cc.py
+++ b/xnt/tasks/build/cc.py
@@ -20,13 +20,10 @@ Definition of commonly used compilers
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import logging
from xnt.tasks import __apply__
from xnt.tasks import __call__
from xnt.tasks import __which__
-LOGGER = logging.getLogger(__name__)
-
def __gcc__(src, output=None, flags=None):
"""gcc compiler