This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 622e606  remove "return null" that can never be reach
622e606 is described below

commit 622e606d7ebdf31b67daf70c2893d681e595daff
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Tue May 22 19:24:05 2018 +0200

    remove "return null" that can never be reach
---
 .../src/main/royale/org/apache/royale/net/remoting/amf/AMFBinaryData.as  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/frameworks/projects/Network/src/main/royale/org/apache/royale/net/remoting/amf/AMFBinaryData.as
 
b/frameworks/projects/Network/src/main/royale/org/apache/royale/net/remoting/amf/AMFBinaryData.as
index abefb68..00a89f8 100644
--- 
a/frameworks/projects/Network/src/main/royale/org/apache/royale/net/remoting/amf/AMFBinaryData.as
+++ 
b/frameworks/projects/Network/src/main/royale/org/apache/royale/net/remoting/amf/AMFBinaryData.as
@@ -814,7 +814,6 @@ public class AMFBinaryData
             this.rememberString(str);
             return str;
         }
-        return null;
     };
     
     private function rememberString(v:String):void

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to