Very slight comment tweak for the compile-to-nothing case for defining MOZ_DELETE. No bug, r=sparky

--HG--
extra : rebase_source : 3a5f731e646e1367403ae7c8ae7715e74faa2b8b
This commit is contained in:
Jeff Walden 2011-11-10 21:49:51 -08:00
parent 9580eaed01
commit 08bcb814aa

View File

@ -128,7 +128,7 @@
# define MOZ_DELETE /* = delete */
# endif
#else
# define MOZ_DELETE /* unknown C++11 deleted function support */
# define MOZ_DELETE /* no = delete support, or unknown support */
#endif
#endif /* __cplusplus */