summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-05 20:46:18 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-05 20:46:18 (GMT)
commit4a43cc67db876c070cd7d81691719b0210160a57 (patch)
treec51ad8b71a6d2ceade6aa48bb2d727f4faaf6cf7 /Include
parent9218b70bdc17db14f7a2d832088d8d0380b86ce3 (diff)
downloadcpython-4a43cc67db876c070cd7d81691719b0210160a57.zip
cpython-4a43cc67db876c070cd7d81691719b0210160a57.tar.gz
cpython-4a43cc67db876c070cd7d81691719b0210160a57.tar.bz2
Remove sys_* defines that are internal only and about to disappear
Diffstat (limited to 'Include')
-rw-r--r--Include/rename2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index 7901ba7..3489f14 100644
--- a/Include/rename2.h
+++ b/Include/rename2.h
@@ -64,9 +64,6 @@ PERFORMANCE OF THIS SOFTWARE.
#define TrueObject _Py_TrueStruct
#define debugging Py_DebugFlag
#define gram _PyParser_Grammar
-#define sys_profile _PySys_ProfileFunc
-#define sys_trace _PySys_TraceFunc
-#define sys_checkinterval _PySys_CheckInterval
#define threads_started _PyThread_Started
#define tok_name _PyParser_TokenNames
#define verbose Py_VerboseFlag