Skip to content
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
3 changes: 1 addition & 2 deletions opal/mca/dstore/base/dstore_base_frame.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
Expand Down Expand Up @@ -43,7 +43,6 @@ opal_dstore_base_API_t opal_dstore = {
opal_dstore_base_t opal_dstore_base = {0};

int opal_dstore_internal = -1;
int opal_dstore_modex = -1;

static int opal_dstore_base_frame_close(void)
{
Expand Down
3 changes: 0 additions & 3 deletions opal/mca/dstore/dstore.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ BEGIN_C_DECLS
* as someone figures out how to separate the various
* datastore channels
*/
OPAL_DECLSPEC extern int opal_dstore_internal;
OPAL_DECLSPEC extern int opal_dstore_modex;

OPAL_DECLSPEC extern int opal_dstore_peer;
OPAL_DECLSPEC extern int opal_dstore_internal;
OPAL_DECLSPEC extern int opal_dstore_nonpeer;
Expand Down
36 changes: 0 additions & 36 deletions opal/mca/dstore/sm/Makefile.am

This file was deleted.

Loading