X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=45c6636da83c057ef777d6e81333e828017a898f;hb=3b13563d75a8fd711a9cf87cae62960f90a5bc39;hp=0d6997c53263b02c3dacce41763641ead1a6abab;hpb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;p=builder.git diff --git a/source/misc.h b/source/misc.h index 0d6997c..45c6636 100644 --- a/source/misc.h +++ b/source/misc.h @@ -6,19 +6,8 @@ #include #include -enum LibMode -{ - ALL_STATIC, - LOCAL_STATIC, - DYNAMIC -}; - typedef std::list StringList; typedef std::list PathList; typedef std::map StringMap; -/** Runs a command and returns its output as a string. The exit status of the -command is returned in the second parameter if it is not null. */ -std::string run_command(const StringList &, int * =0); - #endif