remove volatile.

git-svn-id: svn://10.0.0.236/trunk@11407 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 1998-09-29 17:33:46 +00:00
parent 515fccd46a
commit fa9ab071be

View File

@ -1028,7 +1028,7 @@ void CMimeList::HandleRegisterViewerEvent(const AppleEvent &inAppleEvent,
{
OSType appSign; // app signature
OSType fileType = 'TEXT'; // file type to be created
volatile char * mimeType = NULL; // MIME type
char * mimeType = NULL; // MIME type
OSType realType;
Size realSize;
CMimeMapper * mapper;
@ -1114,7 +1114,7 @@ void CMimeList::HandleUnregisterViewerEvent(const AppleEvent &inAppleEvent,
{
OSType appSign; // app signature
OSType fileType = 'TEXT'; // file type to be created
volatile char* mimeType = NULL; // MIME type
char* mimeType = NULL; // MIME type
CMimeMapper * mapper = NULL;
OSErr err;