File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -316,27 +316,7 @@ std::string getSwiftFullVersion() {
316316  OS << SWIFT_VENDOR "  " 
317317#endif 
318318
319-   OS << " Swift version " 
320- #ifndef  SWIFT_COMPILER_VERSION
321-   OS << " -dev" 
322- #endif 
323- 
324- #if  defined(SWIFT_COMPILER_VERSION)
325-   OS << "  (swiftlang-" 
326- #if  defined(CLANG_COMPILER_VERSION)
327-   OS << "  clang-" 
328- #endif 
329-   OS << " )" 
330- #elif  defined(LLVM_REVISION) || defined(CLANG_REVISION) || \
331-       defined (SWIFT_REVISION)
332-   OS << "  (" 
333-   printFullRevisionString (OS);
334-   OS << " )" 
335- #endif 
336- 
337-   //  Suppress unused function warning
338-   (void ) printFullRevisionString;
339- 
319+   OS << " Swift version " "  (swift-3.0.1-PREVIEW-1)" 
340320  return  OS.str ();
341321}
342322
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments