diff options
author | Ed Maste <emaste@freebsd.org> | 2015-03-23 17:57:42 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-03-23 17:57:42 +0000 |
commit | a6a53d113164230c3d4e67ced90cb5809851ffb9 (patch) | |
tree | 178255335defca4074fba037e816cfd27e02eba3 /lldb/scripts/utilsDebug.py | |
parent | f0581dda030c45cb5cebbf2ddf69d3af4fc2c5a7 (diff) | |
download | bcm5719-llvm-a6a53d113164230c3d4e67ced90cb5809851ffb9.tar.gz bcm5719-llvm-a6a53d113164230c3d4e67ced90cb5809851ffb9.zip |
Remove non-standard Environment header section
llvm-svn: 232973
Diffstat (limited to 'lldb/scripts/utilsDebug.py')
-rw-r--r-- | lldb/scripts/utilsDebug.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lldb/scripts/utilsDebug.py b/lldb/scripts/utilsDebug.py index bf5410aee5e..c500aa55572 100644 --- a/lldb/scripts/utilsDebug.py +++ b/lldb/scripts/utilsDebug.py @@ -6,10 +6,6 @@ Overview: Python module to supply functions to help debug Python scripts. - Environment: OS: Windows/LINUX/OSX - IDE: Visual Studio 2013 Plugin Python Tools (PTVS) - Script: Python 2.6 x64 - Gotchas: None. Copyright: None. @@ -130,4 +126,4 @@ class CDebugFnVerbose: __strFnName = ""; -
\ No newline at end of file + |