Changeset 11628


Ignore:
Timestamp:
02/05/09 20:14:10 (14 years ago)
Author:
ehuelsmann
Message:

Remove commented-out lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/trace.lisp

    r11627 r11628  
    3636(require "FORMAT")
    3737
    38 ;;(require "CLOS")
    39 
    4038(defvar *trace-info-hashtable* (make-hash-table :test #'equal))
    4139
    4240(defstruct trace-info name untraced-function breakp)
    43 
    44 ;;(defmethod make-load-form ((object trace-info) &optional environment)
    45 ;;   (make-load-form-saving-slots object :environment environment))
    4641
    4742(defvar *trace-depth* 0)
Note: See TracChangeset for help on using the changeset viewer.