X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=45c6636da83c057ef777d6e81333e828017a898f;hb=92ab07ba1704c3d66dcc5e3e6a1c78e5d2738515;hp=e3d4be849e12c139d18d90e909859d5fc51b5cd5;hpb=2ad39eaef684b00d48d302cd8852389252dab2bf;p=builder.git diff --git a/source/misc.h b/source/misc.h index e3d4be8..45c6636 100644 --- a/source/misc.h +++ b/source/misc.h @@ -6,13 +6,6 @@ #include #include -enum LibMode -{ - ALL_STATIC, - LOCAL_STATIC, - DYNAMIC -}; - typedef std::list StringList; typedef std::list PathList; typedef std::map StringMap;