Remove noejs property, which is no longer used.
[ira/wip.git] / source4 / librpc / idl / dom_sid.idl
index 80df11dbfea97f849021e7d9a5291d87c75e43c3..1fc8ee2165593449fa072493a8acfc5f3db1d992 100644 (file)
@@ -24,7 +24,7 @@ interface dom_sid
 {
        /* a domain SID. Note that unlike Samba3 this contains a pointer,
           so you can't copy them using assignment */
 {
        /* a domain SID. Note that unlike Samba3 this contains a pointer,
           so you can't copy them using assignment */
-       typedef [public,gensize,noprint,noejs,nosize] struct {
+       typedef [public,gensize,noprint,nosize] struct {
                uint8  sid_rev_num;             /**< SID revision number */
                [range(0,15)] int8  num_auths;  /**< Number of sub-authorities */
                uint8  id_auth[6];              /**< Identifier Authority */
                uint8  sid_rev_num;             /**< SID revision number */
                [range(0,15)] int8  num_auths;  /**< Number of sub-authorities */
                uint8  id_auth[6];              /**< Identifier Authority */