]> git.lyx.org Git - features.git/commitdiff
Remove unused std::time in src/DepTable.cpp
authorBo Peng <bpeng@lyx.org>
Fri, 24 Aug 2007 17:09:28 +0000 (17:09 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 24 Aug 2007 17:09:28 +0000 (17:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19781 a592a061-630c-0410-9148-cb99ea01b6c8

src/DepTable.cpp

index 1cef441eb24f2aac9683a461127b6a00de66947a..46134055835b9130609d94347047ab087dad1d6a 100644 (file)
@@ -25,9 +25,6 @@
 
 #include <fstream>
 
-#ifndef CXX_GLOBAL_CSTD
-using std::time;
-#endif
 using std::endl;
 using std::flush;
 using std::getline;