Skip to content

Commit 238a6ac

Browse files
committed
Fixed unit tests.
1 parent d45bd7d commit 238a6ac

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/server/test/node_func/scaffolding.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ struct pbsnode *create_alps_subnode(struct pbsnode *parent, const char *node_id)
292292
}
293293

294294
id_map::id_map() : counter(0) {}
295-
id_map::~id_map(){}
296295

297296
int id_map::get_id(char const *name)
298297
{

src/server/test/node_manager/scaffolding.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ int decode_resc(
526526

527527

528528
id_map::id_map() : counter(0) {}
529-
id_map::~id_map(){}
530529

531530
int id_map::get_id(const char *name)
532531
{

0 commit comments

Comments
 (0)