[xdebug-dev] xdebug xdebug/xdebug_handler_dbgp.c - Kill a bunch of unused variables.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sat, 19 Aug 2006 16:07:48 +0200

Date: Sat Aug 19 16:07:48 CEST 2006
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Kill a bunch of unused variables.

Modified files:
           xdebug/xdebug_handler_dbgp.c (version: 1.97)

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- xdebug/xdebug_handler_dbgp.c:1.96 Sat Aug 19 12:00:30 2006 GMT
+++ xdebug/xdebug_handler_dbgp.c Sat Aug 19 12:07:48 2006 GMT
@@ -1531,10 +1531,7 @@
 
 static int add_variable_node(xdebug_xml_node *node, char *name, int name_length, int var_only, int non_null, int no_eval, xdebug_var_export_options *options TSRMLS_DC)
 {
- xdebug_xml_node *contents;
- zval ret_zval;
- int res;
- HashTable *tmp_symbol_table;
+ xdebug_xml_node *contents;
 
         contents = get_symbol(name, name_length, options TSRMLS_CC);
         if (contents) {
@@ -1645,10 +1642,7 @@
 
 static int add_variable_contents_node(xdebug_xml_node *node, char *name, int name_length, int var_only, int non_null, int no_eval, xdebug_var_export_options *options TSRMLS_DC)
 {
- int contents_found;
- zval ret_zval;
- int res;
- HashTable *tmp_symbol_table;
+ int contents_found;
 
         contents_found = get_symbol_contents(name, name_length, node, options TSRMLS_CC);
         if (contents_found) {
@@ -2067,7 +2061,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.96 $";
+ return "$Revision: 1.97 $";
 }
 
 int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Sat Aug 19 2006 - 16:07:51 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST