Commit 748271e3 authored by berge's avatar berge
Browse files

Removed useless shutdown statements

parent c25e2add
Loading
Loading
Loading
Loading
+2 −18
Original line number Diff line number Diff line
@@ -677,14 +677,6 @@ module LibItsGeoNetworking_Functions {
                log("*** a_default: ERROR: Timeout while awaiting the reception of a message ***");
                f_selfOrClientSyncAndVerdict("error", e_timeout);
            }
            [] a_shutdown() {
                f_poDefault();
                log("*** a_default: INFO: TEST COMPONENT NOW STOPPING ITSELF! ***");
                if(self == mtc) {
					f_cf01Down();
                }
                stop;   
            }
        }        

        /**
@@ -699,14 +691,6 @@ module LibItsGeoNetworking_Functions {
               ) { 
                repeat;
            }          
            [] a_shutdown() {
                f_poNeighbour();
                log("*** a_neighbourDefault: INFO: TEST COMPONENT NOW STOPPING ITSELF! ***");
				if(self == mtc) {
					f_cf01Down();
				}
                stop;   
            }            
            [] a_default() {
            	                
            }