diff options
author | hunt <hunt> | 2005-03-22 18:36:50 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-03-22 18:36:50 +0000 |
commit | e94cb46c2219da504a559d49eeda3e4134b96453 (patch) | |
tree | 8ace56077fbeef519ba8e4283d358f3c1053571c /runtime/map.c | |
parent | b9c556e44326b40b2c927a0a5b5626332a8c9587 (diff) | |
download | systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.tar.gz systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.tar.xz systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.zip |
*** empty log message ***
Diffstat (limited to 'runtime/map.c')
-rw-r--r-- | runtime/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/map.c b/runtime/map.c index 04035661..0942fdaa 100644 --- a/runtime/map.c +++ b/runtime/map.c @@ -3,7 +3,6 @@ * @brief Implements maps (associative arrays) and lists */ - static int map_sizes[] = { sizeof(struct map_node_int64), sizeof(struct map_node_stat), |