diff options
Diffstat (limited to 'Source/cmLoadCommandCommand.cxx')
| -rw-r--r-- | Source/cmLoadCommandCommand.cxx | 35 | 
1 files changed, 0 insertions, 35 deletions
diff --git a/Source/cmLoadCommandCommand.cxx b/Source/cmLoadCommandCommand.cxx index b2acf06..84dd299 100644 --- a/Source/cmLoadCommandCommand.cxx +++ b/Source/cmLoadCommandCommand.cxx @@ -71,23 +71,6 @@ public:     */    virtual const char* GetName() const { return info.Name; } -  /** -   * Succinct documentation. -   */ -  virtual const char* GetTerseDocumentation() const -    { -      if (this->info.GetTerseDocumentation) -        { -        cmLoadedCommand::InstallSignalHandlers(info.Name); -        const char* ret = info.GetTerseDocumentation(); -        cmLoadedCommand::InstallSignalHandlers(info.Name, 1); -        return ret; -        } -      else -        { -        return "LoadedCommand without any additional documentation"; -        } -    }    static const char* LastName;    static void TrapsForSignals(int sig)      { @@ -120,24 +103,6 @@ public:          }      } -  /** -   * More documentation. -   */ -  virtual const char* GetFullDocumentation() const -    { -      if (this->info.GetFullDocumentation) -        { -        cmLoadedCommand::InstallSignalHandlers(info.Name); -        const char* ret = info.GetFullDocumentation(); -        cmLoadedCommand::InstallSignalHandlers(info.Name, 1); -        return ret; -        } -      else -        { -        return "LoadedCommand without any additional documentation"; -        } -    } -    cmTypeMacro(cmLoadedCommand, cmCommand);    cmLoadedCommandInfo info;  | 
