Commit 5e231cd7 authored by filatov's avatar filatov
Browse files

remove unused variables

parent d6fe4650
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -938,7 +938,7 @@ module LibItsDcc_Functions {
         * @param p_float The float value
         * @return The string representation of the float value
         */
        external function fx_float2str(float p_float) return charstring;
        // external function fx_float2str(float p_float) return charstring;
        
    }
} // End of module LibItsDcc_Functions
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
module LibItsSecurity_EncdecDeclarations {
    
    // LibIts
    import from IEEE1609dot2BaseTypes language "ASN.1:1997" all;
    //import from IEEE1609dot2BaseTypes language "ASN.1:1997" all;
    import from IEEE1609dot2 language "ASN.1:1997" all;
    import from EtsiTs103097Module language "ASN.1:1997" all;
    //import from EtsiTs103097Module language "ASN.1:1997" all;
  
    import from LibItsSecurity_TypesAndValues all;
    
+2 −5
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ module LibItsSecurity_Functions {
    import from EtsiTs103097Module language "ASN.1:1997" all;
    
    // LibItsCommon
    import from LibItsCommon_Functions all;
    import from LibItsCommon_TypesAndValues all;
    //import from LibItsCommon_Functions all;
    //import from LibItsCommon_TypesAndValues all;
    
    // LibItsSecurity
    import from LibItsSecurity_TypesAndValues all;
@@ -762,7 +762,6 @@ module LibItsSecurity_Functions {
                // Local variables
                var octetstring v_secPayload, v_signature;
                var ToBeSignedData v_toBeSignedData;
                var Ieee1609Dot2Content v_toBeSignedPayload;
                var octetstring v_certificateIssuer;
                var octetstring v_privateKey;

@@ -853,8 +852,6 @@ module LibItsSecurity_Functions {
                
                // Local variables
                var octetstring v_secPayload, v_signature;
// FIXME(DF)UNUSED
//                var Oct32 v_hash;
                var template (value) ToBeSignedData v_toBeSignedData;
                var integer i, j, k, n;
                var HeaderInfo v_headerFields := {};
+2 −2
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ module LibItsSecurity_Pixits {
    modulepar Psid PX_OTHER_ITS_AID := 141; // Assign to GN-MGMT, Other than CA, DEN, MAP, SPAT, IVI, SRE, SSE & GN-MGMT: 38
    
    /**
     * @desc Invalid protocol version. Default: 1
     * @desc Invalid protocol version. Default: 2
     */
    modulepar UInt8 PX_WRONG_PROTOCOL_VERSION := 1;
    modulepar UInt8 PX_WRONG_PROTOCOL_VERSION := 2;
    
    /**
     * @desc Invalid WGS longitude