diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-01-28 17:30:14 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 16:30:40 -0500 |
commit | fc6482bb7a6a638474565c90159997bd59069297 (patch) | |
tree | 01aaffcba1ad903c89d2b8a90e37ad8d46b1b9f2 /litmus/fdso.c | |
parent | e1b81e70c3af9d19d639bc8bdaa5a8fc13bf17a8 (diff) |
FMLP: remove old implementation
Diffstat (limited to 'litmus/fdso.c')
-rw-r--r-- | litmus/fdso.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/litmus/fdso.c b/litmus/fdso.c index 209431f3ce11..b3a95f13d651 100644 --- a/litmus/fdso.c +++ b/litmus/fdso.c | |||
@@ -18,11 +18,10 @@ | |||
18 | 18 | ||
19 | #include <litmus/fdso.h> | 19 | #include <litmus/fdso.h> |
20 | 20 | ||
21 | extern struct fdso_ops fmlp_sem_ops; | ||
22 | extern struct fdso_ops generic_lock_ops; | 21 | extern struct fdso_ops generic_lock_ops; |
23 | 22 | ||
24 | static const struct fdso_ops* fdso_ops[] = { | 23 | static const struct fdso_ops* fdso_ops[] = { |
25 | &fmlp_sem_ops, | 24 | &generic_lock_ops, /* FMLP_SEM */ |
26 | &generic_lock_ops, /* SRP_SEM */ | 25 | &generic_lock_ops, /* SRP_SEM */ |
27 | }; | 26 | }; |
28 | 27 | ||