Actions
Feature #10356
closed[PATCH 2/2] Remove unused internal functions
    Feature #10356:
    [PATCH 2/2] Remove unused internal functions
  
Status:
Feedback
Assignee:
-
Target version:
-
Description
I wondering which is preferred, remove or comment-out.
I came to the conclusion that we can invoke such a function when the time we need come.
Files
        
          
          Updated by nobu (Nobuyoshi Nakada) about 11 years ago
          
          
        
        
      
      - Status changed from Open to Feedback
 
Aren't they used in complex.c?
        
          
          Updated by gogotanaka (Kazuki Tanaka) about 11 years ago
          
          
        
        
      
      @Nobuyoshi Nakada san
I'm so sorry... I just did grep by rb_math_cos, rb_math_sin, and so on... forgot C-lang has macro.
Thank you for your time. I should learn more.
Actions