75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive

preloader strategy. r=jag, sr=attinasi.


git-svn-id: svn://10.0.0.236/trunk@91976 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%mozilla.org
2001-04-11 14:23:13 +00:00
parent b995b07979
commit 8a65cf3329
70 changed files with 1 additions and 700 deletions

View File

@@ -50,13 +50,3 @@ static nsModuleComponentInfo gDocShellModuleInfo[] = {
// be dispensing docshells rather than webshells.
NS_IMPL_NSGETMODULE("docshell provider", gDocShellModuleInfo)
#ifdef XP_WIN32
//in addition to returning a version number for this module,
//this also provides a convenient hook for the preloader
//to keep (some if not all) of the module resident.
extern "C" __declspec(dllexport) float GetVersionNumber(void) {
return 1.0;
}
#endif