aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Conf.hpp')
-rw-r--r--include/Conf.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp
index dbe89d4..12164ea 100644
--- a/include/Conf.hpp
+++ b/include/Conf.hpp
@@ -277,11 +277,6 @@ namespace sibs
{
return packageListDependencies;
}
-
- virtual const std::vector<GitDependency*>& getGitDependencies() const
- {
- return gitDependencies;
- }
virtual const FileString& getProjectPath() const
{
@@ -464,7 +459,6 @@ namespace sibs
FileString testPath;
PackageType packageType;
std::vector<PackageListDependency*> packageListDependencies;
- std::vector<GitDependency*> gitDependencies;
std::vector<Platform> platforms;
std::unordered_map<std::string, std::string> defines;
OptimizationLevel optimizationLevel;