Ver código fonte

Remove unused/unnecessary functions

Yentl Van Tendeloo 7 anos atrás
pai
commit
2cd6cf827d
2 arquivos alterados com 0 adições e 7 exclusões
  1. 0 6
      bootstrap/core_algorithm.alc
  2. 0 1
      unit/test_all.py

+ 0 - 6
bootstrap/core_algorithm.alc

@@ -2529,12 +2529,6 @@ Void function user_function_skip_init(user_id : String):
 			output(cmd_folder_create(single_input("Folder name?")))
 		elif (cmd == "add_conformance"):
 			output(cmd_conformance_add(single_input("Model name?"), single_input("Metamodel name?")))
-		elif (cmd == "remove_conformance"):
-			// TODO
-			cmd = "FAIL"
-		elif (cmd == "user_name"):
-			// TODO
-			cmd = "FAIL"
 		elif (cmd == "service_poll"):
 			// TODO
 			cmd = "FAIL"

+ 0 - 1
unit/test_all.py

@@ -3093,7 +3093,6 @@ class TestModelverse(unittest.TestCase):
     def test_op_transformation_signature(self):
     def test_op_process_signature(self):
     def test_op_conformance_delete(self):
-    def test_op_conformance_add(self):
     """
 
     def test_modelling(self):