To silence the static analyzer.

llvm-svn: 137329
This commit is contained in:
Johnny Chen
2011-08-11 19:17:45 +00:00
parent 8446277c11
commit 0a76c28a87

View File

@@ -700,7 +700,7 @@ ScriptInterpreterPython::ExecuteOneLineWithReturn (const char *in_string,
PyObject *globals = PyModule_GetDict (mainmod);
PyObject *locals = NULL;
PyObject *py_error = NULL;
bool ret_success;
bool ret_success = false;
bool should_decrement_locals = false;
int success;