]> git.tdb.fi Git - builder.git/blobdiff - source/misc.h
Make tarballs work again
[builder.git] / source / misc.h
index e3d4be849e12c139d18d90e909859d5fc51b5cd5..45c6636da83c057ef777d6e81333e828017a898f 100644 (file)
@@ -6,13 +6,6 @@
 #include <string>
 #include <msp/fs/path.h>
 
-enum LibMode
-{
-       ALL_STATIC,
-       LOCAL_STATIC,
-       DYNAMIC
-};
-
 typedef std::list<std::string> StringList;
 typedef std::list<Msp::FS::Path> PathList;
 typedef std::map<std::string, std::string> StringMap;