]> git.tdb.fi Git - builder.git/blobdiff - source/misc.h
Fix a race condition
[builder.git] / source / misc.h
index 45cd396cc1b3dc788a578136ffaa4b5c55371cc3..45c6636da83c057ef777d6e81333e828017a898f 100644 (file)
@@ -6,14 +6,6 @@
 #include <string>
 #include <msp/fs/path.h>
 
-enum LibMode
-{
-       FORCE_STATIC,
-       STATIC,
-       DYNAMIC,
-       FORCE_DYNAMIC
-};
-
 typedef std::list<std::string> StringList;
 typedef std::list<Msp::FS::Path> PathList;
 typedef std::map<std::string, std::string> StringMap;