]> andersk Git - moira.git/commitdiff
smsU error table is no longer used
authormar <mar>
Thu, 4 Aug 1988 18:20:28 +0000 (18:20 +0000)
committermar <mar>
Thu, 4 Aug 1988 18:20:28 +0000 (18:20 +0000)
update/client.c

index 709d1f9de5091ba361c3f76eec82f998cd83a5c9..e67cc4d09df98f4dbb25fe96326d767a72be67a2 100644 (file)
@@ -53,7 +53,7 @@ CONNECTION conn;
  * RETURN VALUE:
  *     void
  * SIDE EFFECTS:
- *     Initializes GDB library and SMSU error table.
+ *     Initializes GDB library.
  * PROBLEMS:
  *
  */
@@ -64,7 +64,6 @@ initialize()
 
     if (!initialized) {
        gdb_init();
-       init_smsU_err_tbl();
        initialized++;
     }
 }
This page took 0.04866 seconds and 5 git commands to generate.