--- nono/debugger/vectortable.h 2026/04/29 17:05:32 1.1.1.5 +++ nono/debugger/vectortable.h 2026/04/29 17:05:45 1.1.1.6 @@ -29,9 +29,6 @@ class VectorTable : public Device bool Init() override; - // 例外名を返す (ベクタテーブル用) - const char *GetTableName(int vector) const; - // 例外名を返す (例外履歴用) const char *GetExceptionName(int vector) const;