summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-04-09 13:36:49 +0200
committerPhilip Rauwolf <rauwolf@itestra.de>2013-04-09 13:37:30 +0200
commitbc99dddd0bb64b64f36c88ff064f572fb25d9896 (patch)
tree378ecc29c3269b47053106b1a0dbcaabc5605cb4
parentb9b21676f67f4648aa7a20536eca3a633a908eb2 (diff)
downloadgenivi-common-api-runtime-bc99dddd0bb64b64f36c88ff064f572fb25d9896.tar.gz
Removed commented code
-rw-r--r--org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FrancaGenerator.xtend8
1 files changed, 0 insertions, 8 deletions
diff --git a/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FrancaGenerator.xtend b/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FrancaGenerator.xtend
index 9f9ba9b..787426a 100644
--- a/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FrancaGenerator.xtend
+++ b/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FrancaGenerator.xtend
@@ -69,14 +69,6 @@ class FrancaGenerator implements IGenerator {
}
doGenerateComponents(fModel, deployedInterfaces, fileSystemAccess)
-
-// mainStubGenerator.generate(basicModel.interfaces, null, fileSystemAccess, outputLocation, skeletonFolderPath)
-// automakeGenerator.generate(basicModel.interfaces, null, fileSystemAccess, outputLocation, skeletonFolderPath)
-// initTypeGeneration
-// for (fInterface: basicModel.interfaces) {
-// generateInterface(fInterface, deploymentAccessor, fileSystemAccess)
-// }
-// finalizeTypeGeneration(fileSystemAccess, outputLocation)
}