diff options
author | Aaron Bedra and Stuart Halloway <pair@clojure.com> | 2010-07-23 12:55:25 -0400 |
---|---|---|
committer | Aaron Bedra and Stuart Halloway <pair@clojure.com> | 2010-07-23 12:55:25 -0400 |
commit | 29a94caf3d34f28c230eb9b899e783e1389403e6 (patch) | |
tree | a04d54b7385d07796429f2f75ca58f4c4a4a98b4 | |
parent | b485ffc11dd9c930eda0470ff299aa8695cfe141 (diff) |
fix duplicate key (weird git merge?)
-rw-r--r-- | src/main/clojure/clojure/contrib/pprint.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/pprint.clj b/src/main/clojure/clojure/contrib/pprint.clj index 2b25fad9..27c1be73 100644 --- a/src/main/clojure/clojure/contrib/pprint.clj +++ b/src/main/clojure/clojure/contrib/pprint.clj @@ -29,7 +29,6 @@ documentation on the the clojure-contrib web site on github. As of the 1.2 release, pprint has been moved to clojure.pprint. Please prefer the clojure.pprint version for new code.", - :deprecated "1.2" } clojure.contrib.pprint (:use clojure.contrib.pprint.utilities) |