فهرست منبع

Removed a commented section of code

Nicolas Petton 11 سال پیش
والد
کامیت
6b3996e096
1فایلهای تغییر یافته به همراه0 افزوده شده و 12 حذف شده
  1. 0 12
      js/boot.js

+ 0 - 12
js/boot.js

@@ -507,18 +507,6 @@ function Smalltalk() {
 		var selectors = Object.keys(klass.methods);
         // Do *not* delete protocols from here.
         // This is handled by #removeCompiledMethod
-        //
-		// var shouldDeleteProtocol = true;
-
-		// for(var i = 0, l = selectors.length; i<l; i++) {
-        //     if(klass.methods[selectors[i]].category === protocol) {
-        //         shouldDeleteProtocol = false;
-		// 		break;
-        //     };
-        // };
-        // if(shouldDeleteProtocol) {
-        //     klass.organization.elements.removeElement(protocol)
-        // };
     };
 
 	/* Handles unhandled errors during message sends */