Skip to content
Snippets Groups Projects
Commit a825deef authored by Danny Auble's avatar Danny Auble
Browse files

BLUEGENE - removed unneeded function

parent 89ad34fd
No related branches found
No related tags found
No related merge requests found
...@@ -1509,21 +1509,6 @@ extern void ba_update_mp_state(ba_mp_t *ba_mp, uint16_t state) ...@@ -1509,21 +1509,6 @@ extern void ba_update_mp_state(ba_mp_t *ba_mp, uint16_t state)
ba_mp->state = state; ba_mp->state = state;
} }
/*
* find a rack/midplace location
*/
extern char *find_mp_rack_mid(char* coords)
{
ba_mp_t *curr_mp;
if(!(curr_mp = str2ba_mp(coords)))
return NULL;
bridge_setup_system();
return curr_mp->loc;
}
/* */ /* */
extern int validate_coord(uint16_t *coord) extern int validate_coord(uint16_t *coord)
{ {
......
...@@ -407,11 +407,6 @@ extern int ba_reset_all_removed_mps(void); ...@@ -407,11 +407,6 @@ extern int ba_reset_all_removed_mps(void);
*/ */
extern void ba_update_mp_state(ba_mp_t *ba_mp, uint16_t state); extern void ba_update_mp_state(ba_mp_t *ba_mp, uint16_t state);
/*
* find a rack/midplace location based on ABCD coords
*/
extern char *find_mp_rack_mid(char* coords);
/* make sure a node is in the system return 1 if it is 0 if not */ /* make sure a node is in the system return 1 if it is 0 if not */
extern int validate_coord(uint16_t *coord); extern int validate_coord(uint16_t *coord);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment