Skip to content

Commit

Permalink
Removed trans-def.h
Browse files Browse the repository at this point in the history
This header was unnecessary and the definition is moved into trans.h
  • Loading branch information
Dan Schatzberg authored and Dan Schatzberg committed May 17, 2012
1 parent 811fefd commit d53bcf6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 60 deletions.
3 changes: 1 addition & 2 deletions l0/lrt/Makefile.am
Expand Up @@ -10,8 +10,7 @@ l0_lrt_sources = l0/lrt/const.h l0/lrt/types.h \
l0/lrt/trans.c \
l0/lrt/defFT.c \
l0/lrt/defFT.h \
l0/lrt/trans-def.h \
l0/lrt/trans.h l0/lrt/mem.h l0/lrt/exit.h
l0/lrt/trans.h l0/lrt/mem.h l0/lrt/exit.h

l0_lrt_sources += $(l0_lrt_arch_sources)
if LRT_ULNX
Expand Down
1 change: 0 additions & 1 deletion l0/lrt/defFT.c
Expand Up @@ -22,7 +22,6 @@
#include <config.h>
#include <stdint.h>
#include <l0/lrt/trans.h>
#include <l0/lrt/trans-def.h>
#include <l0/lrt/defFT.h>

//takes the function table pointer and function number and
Expand Down
56 changes: 0 additions & 56 deletions l0/lrt/trans-def.h

This file was deleted.

1 change: 0 additions & 1 deletion l0/lrt/trans.c
Expand Up @@ -30,7 +30,6 @@
#include <lrt/string.h>
#include <l0/lrt/event_loc.h>
#include <l0/lrt/trans.h>
#include <l0/lrt/trans-def.h>
#include <sync/barrier.h>

// Policy for managing global translation memory is software's responsibility
Expand Down

0 comments on commit d53bcf6

Please sign in to comment.