Skip to content

Commit

Permalink
Merge pull request #434 from hjelmn/master
Browse files Browse the repository at this point in the history
Remove ompi_free_list_t
  • Loading branch information
hjelmn committed Feb 26, 2015
2 parents bbdcf9f + 587d3c2 commit 5a47f68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 147 deletions.
8 changes: 3 additions & 5 deletions opal/class/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2014 Los Alamos National Security, LLC. All rights
# Copyright (c) 2014-2015 Los Alamos National Security, LLC. All rights
# reserved.
# $COPYRIGHT$
#
Expand All @@ -38,8 +38,7 @@ headers += \
class/opal_pointer_array.h \
class/opal_value_array.h \
class/opal_ring_buffer.h \
class/opal_rb_tree.h \
class/ompi_free_list.h
class/opal_rb_tree.h

lib@OPAL_LIB_PREFIX@open_pal_la_SOURCES += \
class/opal_bitmap.c \
Expand All @@ -55,5 +54,4 @@ lib@OPAL_LIB_PREFIX@open_pal_la_SOURCES += \
class/opal_pointer_array.c \
class/opal_value_array.c \
class/opal_ring_buffer.c \
class/opal_rb_tree.c \
class/ompi_free_list.c
class/opal_rb_tree.c
14 changes: 0 additions & 14 deletions opal/class/ompi_free_list.c

This file was deleted.

128 changes: 0 additions & 128 deletions opal/class/ompi_free_list.h

This file was deleted.

0 comments on commit 5a47f68

Please sign in to comment.