Fixed Bug [ 911235 ] -- added sub os() by accident.. Cut and paste happy.

Reported by Bradley Baetz - bbaetz
This commit is contained in:
Max Baker
2004-03-07 19:53:34 +00:00
parent d78e5d6656
commit 5c6c75b42e

View File

@@ -72,10 +72,6 @@ sub vendor {
return 'cisco'; return 'cisco';
} }
sub os {
return 'catalyst';
}
sub cisco_comm_indexing { sub cisco_comm_indexing {
1; 1;
} }