diff options
author | Jose <jose@zeroc.com> | 2014-05-02 21:32:34 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-05-02 21:32:34 +0200 |
commit | b28fb85d445c3907143d8fa4ba3f2bf2802b754d (patch) | |
tree | 876949adbfce417b4247f2ef66cd1eb69f02b9c4 /config/makeprops.py | |
parent | Update dependencies (diff) | |
download | ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.tar.bz2 ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.tar.xz ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.zip |
Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5
Diffstat (limited to 'config/makeprops.py')
-rwxr-xr-x | config/makeprops.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/makeprops.py b/config/makeprops.py index 74ad44ae15d..7ed4fb68e94 100755 --- a/config/makeprops.py +++ b/config/makeprops.py @@ -30,8 +30,6 @@ commonPreamble = """// ********************************************************* // ICE_LICENSE file included in this distribution. // // ********************************************************************** - -///* jshint -W044*/ """ commonPreamble = commonPreamble + "// Generated by " + progname + " from file %(inputfile)s, " + time.ctime() commonPreamble = commonPreamble + """ |