Commit 3099b637 authored by garciay's avatar garciay
Browse files

Remove useless functions

parent 1ec5de8d
Loading
Loading
Loading
Loading
+0 −22
Original line number Original line Diff line number Diff line
@@ -1653,26 +1653,4 @@ module LibItsSecurity_Templates {
        
        
    } // End of group utPrimitives
    } // End of group utPrimitives
    
    
    /**
     * @desc Function helpers for static_cast<> operation (to reduce warning in TTWB)
     */
    group typeConverters {
        
        /**
         * @desc Convert integer into UInt8
         */
        function f_int2UInt8(in integer p_value) return UInt8 {
//			log("f_int2UInt8: ", p_value);
            return p_value;
        }
        
        /**
         * @desc Convert integer into UInt32
         */
        function f_int2UInt32(in integer p_value) return UInt32 {
            return p_value;
        }
        
    }
    
} // End of module LibItsSecurity_Templates
} // End of module LibItsSecurity_Templates
 No newline at end of file