aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-29 01:38:50 +0000
committerlloyd <[email protected]>2009-10-29 01:38:50 +0000
commit50b4840e6dfd893ae2feecc3bd6ec49071796354 (patch)
treeaa367693fd9828a1285a20bc191a47a436756147 /src/mutex
parent3623be3fd05d890309cc3da4b3a1e319e357df65 (diff)
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
Diffstat (limited to 'src/mutex')
-rw-r--r--src/mutex/info.txt2
-rw-r--r--src/mutex/noop_mutex/info.txt2
-rw-r--r--src/mutex/pthreads/info.txt2
-rw-r--r--src/mutex/qt_mutex/info.txt2
-rw-r--r--src/mutex/win32_crit_section/info.txt2
5 files changed, 0 insertions, 10 deletions
diff --git a/src/mutex/info.txt b/src/mutex/info.txt
index ff79bf753..0f2836b64 100644
--- a/src/mutex/info.txt
+++ b/src/mutex/info.txt
@@ -1,5 +1,3 @@
-realname "Mutex Wrappers"
-
define MUTEX_WRAPPERS
load_on auto
diff --git a/src/mutex/noop_mutex/info.txt b/src/mutex/noop_mutex/info.txt
index 1f49f5e1c..6025959c2 100644
--- a/src/mutex/noop_mutex/info.txt
+++ b/src/mutex/noop_mutex/info.txt
@@ -1,5 +1,3 @@
-realname "No-Op Mutex"
-
load_on auto
define MUTEX_NOOP
diff --git a/src/mutex/pthreads/info.txt b/src/mutex/pthreads/info.txt
index f135dea48..7315c186a 100644
--- a/src/mutex/pthreads/info.txt
+++ b/src/mutex/pthreads/info.txt
@@ -1,5 +1,3 @@
-realname "Pthread Mutex"
-
define MUTEX_PTHREAD
load_on auto
diff --git a/src/mutex/qt_mutex/info.txt b/src/mutex/qt_mutex/info.txt
index a21108c79..922c38ed1 100644
--- a/src/mutex/qt_mutex/info.txt
+++ b/src/mutex/qt_mutex/info.txt
@@ -1,5 +1,3 @@
-realname "Qt Mutex"
-
define MUTEX_QT
note "You'll probably have to add -I/-L flags to the Makefile to find Qt"
diff --git a/src/mutex/win32_crit_section/info.txt b/src/mutex/win32_crit_section/info.txt
index a2d339c3b..ffa8a98e3 100644
--- a/src/mutex/win32_crit_section/info.txt
+++ b/src/mutex/win32_crit_section/info.txt
@@ -1,5 +1,3 @@
-realname "Win32 Mutex"
-
define MUTEX_WIN32
modset win32