summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-09-18 18:55:00 +0200
committerKai Engert <kaie@kuix.de>2017-09-18 18:55:00 +0200
commit41bb50259268156b6842fa3ca33f6352bf63d00d (patch)
tree278a2697d6188174bc57dafae2360461f5200e74
parenta16e76b05679f59076fdf429b706fd44adc937e3 (diff)
downloadnspr-hg-41bb50259268156b6842fa3ca33f6352bf63d00d.tar.gz
Bug 1399100, remove the temporary symbol from official NSPR, it isn't necessary to expose it in a release, r=glandium, feedback+=mcmanusNSPR_4_17_BETA2
-rw-r--r--pr/src/nspr.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/pr/src/nspr.def b/pr/src/nspr.def
index 92776900..726979ba 100644
--- a/pr/src/nspr.def
+++ b/pr/src/nspr.def
@@ -462,7 +462,3 @@ EXPORTS ;-
PR_DuplicateEnvironment;
PR_GetEnvSecure;
;+} NSPR_4.10.3;
-;+NSPR_4.17 {
-;+ global:
- PR_EXPERIMENTAL_ONLY_IN_4_17_GetOverlappedIOHandle;
-;+} NSPR_4.16;