Skip to content

Commit

Permalink
Remove commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 2, 2018
1 parent 656ecbe commit 7e47efe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plugins/python/plang/Environment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@

#pragma once



// forward declare PyObject so we don't need the python headers everywhere
// see: http://mail.python.org/pipermail/python-dev/2003-August/037601.html
/**
#ifndef PyObject_HEAD
struct _object;
typedef _object PyObject;
#endif
**/
#include <Python.h>
#undef toupper
#undef tolower
Expand Down

0 comments on commit 7e47efe

Please sign in to comment.