Skip to content

Commit

Permalink
atomic: rip this out.
Browse files Browse the repository at this point in the history
It's not really necessary since C11 has better atomic stuff that's more
portable (not to mention Linux and probably other platforms have better
atomics support anyway).
  • Loading branch information
Elizabeth Jennifer Myers committed Mar 8, 2012
1 parent 9ec5459 commit 573ed82
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 286 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,7 @@ fi
LIBMOWGLI_MODULES="core base atomic container eventloop ext module object thread vio"
LIBMOWGLI_MODULES="core base container eventloop ext module object thread vio"
LIBMOWGLI_SHARED_MODULES=""
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AC_CHECK_FUNCS([fcntl kqueue mmap select])
AC_PATH_PROG(AR, ar)
AC_PATH_PROG(RANLIB, ranlib)

LIBMOWGLI_MODULES="core base atomic container eventloop ext module object thread vio"
LIBMOWGLI_MODULES="core base container eventloop ext module object thread vio"
AC_SUBST(LIBMOWGLI_MODULES)

LIBMOWGLI_SHARED_MODULES=""
Expand Down
15 changes: 0 additions & 15 deletions src/libmowgli/atomic/Makefile

This file was deleted.

117 changes: 0 additions & 117 deletions src/libmowgli/atomic/atomic.h

This file was deleted.

105 changes: 0 additions & 105 deletions src/libmowgli/atomic/spinlock.c

This file was deleted.

44 changes: 0 additions & 44 deletions src/libmowgli/atomic/spinlock.h

This file was deleted.

3 changes: 0 additions & 3 deletions src/libmowgli/mowgli.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ MOWGLI_DECLS_START
#include "core/exception.h"
#include "core/iterator.h"

#include "atomic/atomic.h"

#include "core/alloc.h"
#include "atomic/spinlock.h"
#include "container/list.h"
#include "object/class.h"
#include "object/object.h"
Expand Down

0 comments on commit 573ed82

Please sign in to comment.