]> sourceware.org Git - systemtap.git/commitdiff
2005-09-08 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Thu, 8 Sep 2005 16:42:35 +0000 (16:42 +0000)
committerhunt <hunt>
Thu, 8 Sep 2005 16:42:35 +0000 (16:42 +0000)
* map-values.c (_stp_map_entry_exists): Remove unused var.

runtime/ChangeLog
runtime/map-values.c

index 81d4f99e0b07312f741ea5d740866579c824398c..c8b76d8e8780723c69ea0e6f37a2ecd280115225 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-08  Martin Hunt  <hunt@redhat.com>
+
+       * map-values.c (_stp_map_entry_exists): Remove unused var.
+
 2005-09-01  Martin Hunt  <hunt@redhat.com>
 
        * stack.c (_stp_stack_sprint): Add a verbose arg
index 32cfb59d4a77f36ccce0c09bfb2cf11ad73a7787..638b3e230a2183fd32a4a95e407010fa0f9c8c30 100644 (file)
@@ -53,7 +53,6 @@ void _stp_map_add_int64 (MAP map, int64_t val)
 
 unsigned _stp_map_entry_exists (MAP map)
 {
-       struct map_node *m;
        if (map == NULL || map->create || map->key == NULL)
                return 0;
        return 1;
This page took 0.02921 seconds and 5 git commands to generate.