Changeset 66dbd3e74ea380a09bbcc8e8428ca1bdda17324a
- Timestamp:
- 02/18/11 16:52:31
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1298047951 +0000
- git-parent:
[58a84d386885a444866925f495594b50f1bc4623]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1298047951 +0000
- Message:
eliminate unused variable
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r637731d |
r66dbd3e |
|
| 175 | 175 | noit_filter_remove(noit_conf_section_t vnode) { |
|---|
| 176 | 176 | int removed; |
|---|
| 177 | | xmlNodePtr node = vnode; |
|---|
| 178 | 177 | char *name = (char *)xmlGetProp(vnode, (xmlChar *)"name"); |
|---|
| 179 | 178 | if(!name) return 0; |
|---|