mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 02:40:55 -07:00
Remove unneeded code. (#3467)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
committed by
GitHub
parent
7cc84cd6af
commit
2b135d0e9e
@@ -125,7 +125,6 @@ Signal: Signal number or \`(none)\` if no signal was received.
|
||||
|
||||
export class ToolRegistry {
|
||||
private tools: Map<string, Tool> = new Map();
|
||||
private discovery: Promise<void> | null = null;
|
||||
private config: Config;
|
||||
|
||||
constructor(config: Config) {
|
||||
|
||||
Reference in New Issue
Block a user