Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.cs.uiuc.edu/svn/bang/eoh2009@162 69d76c3e-0761-0410-948c-9895a8bb34fc
  • Loading branch information
nbysani2 committed Mar 12, 2009
1 parent cab4788 commit a88e707
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/base/bang-module-registry.c
Expand Up @@ -99,8 +99,6 @@ void BANG_new_module(char *path, char **module_name, unsigned char **module_vers
module_wrapper_t *module_wrapper = new_module_wrapper(new_mod);
module_wrapper_key_t module_key = create_key(new_mod->info->module_name, new_mod->info->module_version);

/* TODO: THIS! */

BANG_hashmap_set(modules,&module_key,module_wrapper);
}

Expand Down

0 comments on commit a88e707

Please sign in to comment.