Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ompi_free_list_t #434

Merged
merged 1 commit into from
Feb 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.